CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
XattrList::XattrEntry Struct Reference

Public Member Functions

 XattrEntry (const std::string &key, const std::string &value)
 
 XattrEntry ()
 
uint16_t GetSize () const
 
std::string GetKey () const
 
std::string GetValue () const
 

Public Attributes

uint8_t len_key
 
uint8_t len_value
 
char data [512]
 

Detailed Description

Definition at line 60 of file xattr.h.

Constructor & Destructor Documentation

XattrList::XattrEntry::XattrEntry ( const std::string &  key,
const std::string &  value 
)
XattrList::XattrEntry::XattrEntry ( )
inline

Definition at line 62 of file xattr.h.

Member Function Documentation

string XattrList::XattrEntry::GetKey ( ) const

Definition at line 262 of file xattr.cc.

Referenced by XattrList::Deserialize().

Here is the caller graph for this function:

uint16_t XattrList::XattrEntry::GetSize ( ) const

Definition at line 269 of file xattr.cc.

Referenced by XattrList::Deserialize(), and XattrList::Serialize().

Here is the caller graph for this function:

string XattrList::XattrEntry::GetValue ( ) const

Definition at line 275 of file xattr.cc.

Referenced by XattrList::Deserialize().

Here is the caller graph for this function:

Member Data Documentation

char XattrList::XattrEntry::data[512]

Definition at line 70 of file xattr.h.

Referenced by XattrList::Deserialize().

uint8_t XattrList::XattrEntry::len_key

Definition at line 66 of file xattr.h.

Referenced by XattrList::Deserialize().

uint8_t XattrList::XattrEntry::len_value

Definition at line 67 of file xattr.h.

Referenced by XattrList::Deserialize().


The documentation for this struct was generated from the following files: