0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions
DirEntryAttr.h File Reference
#include <Common/Compat.h>
#include <Common/StaticBuffer.h>
#include <string>
#include <vector>
Include dependency graph for DirEntryAttr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hyperspace::DirEntryAttr
 
struct  Hyperspace::LtDirEntryAttr
 

Namespaces

 Hyperspace
 Hyperspace definitions
 

Functions

size_t Hyperspace::encoded_length_dir_entry_attr (const DirEntryAttr &entry)
 Returns the number of bytes required to encode (serialize) the given directory entry. More...
 
void Hyperspace::encode_dir_entry_attr (uint8_t **buf_ptr, const DirEntryAttr &entry)
 Encodes (serializes) the given directory entry to a buffer. More...
 
DirEntryAttrHyperspace::decode_dir_entry_attr (const uint8_t **buf_ptr, size_t *remaining_ptr, DirEntryAttr &entry)
 Decodes (unserializes) a directory entry from a buffer. More...