AERA
|
#include <atom.h>
Public Member Functions | |
void | write_indents (std::ostream &out) |
Public Attributes | |
uint8 | members_to_go_ |
uint8 | timestamp_data_ |
uint8 | duration_data_ |
uint8 | string_data_ |
uint8 | char_count_ |
uint64 | int64_high_ |
Atom::TraceContext holds the indentation level and other context info for the trace method. Before iterating over Atom objects (which may have different indentation levels or other details), create an Atom::TraceContext and pass it to Atom::trace.