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

Go to the source code of this file.

Classes

struct  Hyperspace::DirEntry
 
struct  Hyperspace::LtDirEntry
 

Namespaces

 Hyperspace
 Hyperspace definitions
 

Functions

size_t Hyperspace::encoded_length_dir_entry (const DirEntry &dir_entry)
 Returns the number of bytes required to encode (serialize) the given directory entry. More...
 
void Hyperspace::encode_dir_entry (uint8_t **buf_ptr, const DirEntry &dir_entry)
 Encodes (serializes) the given directory entry to a buffer. More...
 
DirEntryHyperspace::decode_dir_entry (const uint8_t **buf_ptr, size_t *remaining_ptr, DirEntry &dir_entry)
 Decodes (unserializes) a directory entry from a buffer. More...