CernVM-FS
2.12.0
|
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] |
XattrList::XattrEntry::XattrEntry | ( | const std::string & | key, |
const std::string & | value | ||
) |
string XattrList::XattrEntry::GetKey | ( | ) | const |
Definition at line 262 of file xattr.cc.
Referenced by XattrList::Deserialize().
uint16_t XattrList::XattrEntry::GetSize | ( | ) | const |
Definition at line 269 of file xattr.cc.
Referenced by XattrList::Deserialize(), and XattrList::Serialize().
string XattrList::XattrEntry::GetValue | ( | ) | const |
Definition at line 275 of file xattr.cc.
Referenced by XattrList::Deserialize().
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().