SHA_Logger Namespace Reference
Namespaces | |
anonymous_namespace{operation.hxx} | |
Classes | |
class | Algo_Traits |
class | Array |
class | BinaryLog |
class | BubbleLog |
class | Comment |
class | Error |
class | Iterator |
class | Operation |
class | PartitionLog |
class | QuickLog |
class | Value |
class | ValueType |
Typedefs | |
typedef rapidjson::OStreamWrapper | Stream |
typedef rapidjson::PrettyWriter< Stream > | Writer |
typedef const std::string | String |
typedef std::ostream | Ostream |
typedef std::ofstream | OFStream |
Enumerations | |
enum | Options { OpGetMin = 0x00, OpGetName = 0x01, OpGetDoc = 0x02, OpGetInfo = 0x04, OpGetSrc = 0x08, OpIsSub = 0x10, OpGetAll = OpGetName | OpGetDoc | OpGetInfo | OpGetSrc } |
Variables | |
static const std::string | kSeqName = "sequence" |
Typedef Documentation
typedef std::ofstream SHA_Logger::OFStream |
Definition at line 38 of file typedef.hxx.
typedef std::ostream SHA_Logger::Ostream |
Definition at line 37 of file typedef.hxx.
typedef rapidjson::OStreamWrapper SHA_Logger::Stream |
Definition at line 32 of file typedef.hxx.
typedef const std::string SHA_Logger::String |
Definition at line 36 of file typedef.hxx.
typedef rapidjson::PrettyWriter<Stream> SHA_Logger::Writer |
Definition at line 33 of file typedef.hxx.
Enumeration Type Documentation
enum SHA_Logger::Options |
Enumerator | |
---|---|
OpGetMin | |
OpGetName | |
OpGetDoc | |
OpGetInfo | |
OpGetSrc | |
OpIsSub | |
OpGetAll |
Definition at line 25 of file options.hxx.
Definition: options.hxx:29
Definition: options.hxx:27
Definition: options.hxx:31
Definition: options.hxx:33
Definition: options.hxx:32
Definition: options.hxx:28
Definition: options.hxx:30
Variable Documentation
|
static |
Definition at line 41 of file typedef.hxx.