#include <Common/Compat.h>
#include "DirEntryAttr.h"
#include <Common/Serialization.h>
#include <Common/Logger.h>
#include <Common/DynamicBuffer.h>
Go to the source code of this file.
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... | |
DirEntryAttr & | Hyperspace::decode_dir_entry_attr (const uint8_t **buf_ptr, size_t *remaining_ptr, DirEntryAttr &entry) |
Decodes (unserializes) a directory entry from a buffer. More... | |