CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
compat::inode_tracker_v3::StringRef Class Reference

#include <compat.h>

Public Member Functions

 StringRef ()
 
uint16_t length () const
 
uint16_t size () const
 
char * data () const
 

Static Public Member Functions

static uint16_t size (const uint16_t length)
 
static StringRef Place (const uint16_t length, const char *str, void *addr)
 

Private Attributes

uint16_t * length_
 

Detailed Description

Definition at line 610 of file compat.h.

Constructor & Destructor Documentation

compat::inode_tracker_v3::StringRef::StringRef ( )
inline

Definition at line 612 of file compat.h.

Member Function Documentation

char* compat::inode_tracker_v3::StringRef::data ( ) const
inline

Definition at line 618 of file compat.h.

Referenced by compat::inode_tracker_v3::PathStore::Lookup().

Here is the caller graph for this function:

uint16_t compat::inode_tracker_v3::StringRef::length ( ) const
inline

Definition at line 613 of file compat.h.

Referenced by compat::inode_tracker_v3::PathStore::Lookup().

Here is the caller graph for this function:

static StringRef compat::inode_tracker_v3::StringRef::Place ( const uint16_t  length,
const char *  str,
void *  addr 
)
inlinestatic

Definition at line 619 of file compat.h.

Here is the call graph for this function:

uint16_t compat::inode_tracker_v3::StringRef::size ( ) const
inline

Definition at line 614 of file compat.h.

static uint16_t compat::inode_tracker_v3::StringRef::size ( const uint16_t  length)
inlinestatic

Definition at line 615 of file compat.h.

Member Data Documentation

uint16_t* compat::inode_tracker_v3::StringRef::length_
private

Definition at line 625 of file compat.h.

Referenced by data(), length(), size(), and StringRef().


The documentation for this class was generated from the following file: