LogCabin
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
LogCabin::Tree::Internal::File Class Reference

A leaf object in the Tree; stores an opaque blob of data. More...

#include <Tree.h>

List of all members.

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.

Detailed Description

A leaf object in the Tree; stores an opaque blob of data.

Definition at line 100 of file Tree.h.


Constructor & Destructor Documentation

Default constructor.

Definition at line 68 of file Tree.cc.


Member Function Documentation

Write the file to the stream.

Definition at line 74 of file Tree.cc.

Load the file from the stream.

Definition at line 82 of file Tree.cc.


Member Data Documentation

Opaque data stored in the File.

Definition at line 115 of file Tree.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines