LogCabin
|
A leaf object in the Tree; stores an opaque blob of data. More...
#include <Tree.h>
Public Member Functions | |
File () | |
Default constructor. | |
void | dumpSnapshot (Core::ProtoBuf::OutputStream &stream) const |
Write the file to the stream. | |
void | loadSnapshot (Core::ProtoBuf::InputStream &stream) |
Load the file from the stream. | |
Public Attributes | |
std::string | contents |
Opaque data stored in the File. |
void LogCabin::Tree::Internal::File::dumpSnapshot | ( | Core::ProtoBuf::OutputStream & | stream | ) | const |
void LogCabin::Tree::Internal::File::loadSnapshot | ( | Core::ProtoBuf::InputStream & | stream | ) |
std::string LogCabin::Tree::Internal::File::contents |