plebble
us::gov::engine::db_analyst::chains_t Struct Reference

#include <db_analyst.h>

Public Member Functions

 chains_t ()
 
 ~chains_t ()
 
void dump (const hash_t &head, ostream &os) const
 
vector< string > files (const string &home)
 
void load (const string &home, const vector< string > &files)
 
void load (const string &home)
 
void dump (const string &prefix, ostream &os) const
 
void dot (ostream &os) const
 

Public Attributes

list< block * > roots
 

Constructor & Destructor Documentation

◆ chains_t()

us::gov::engine::db_analyst::chains_t::chains_t ( )

◆ ~chains_t()

us::gov::engine::db_analyst::chains_t::~chains_t ( )

Member Function Documentation

◆ dot()

void us::gov::engine::db_analyst::chains_t::dot ( ostream &  os) const

◆ dump() [1/2]

void us::gov::engine::db_analyst::chains_t::dump ( const hash_t head,
ostream &  os 
) const

◆ dump() [2/2]

void us::gov::engine::db_analyst::chains_t::dump ( const string &  prefix,
ostream &  os 
) const

◆ files()

vector<string> us::gov::engine::db_analyst::chains_t::files ( const string &  home)

◆ load() [1/2]

void us::gov::engine::db_analyst::chains_t::load ( const string &  home)

◆ load() [2/2]

void us::gov::engine::db_analyst::chains_t::load ( const string &  home,
const vector< string > &  files 
)

Member Data Documentation

◆ roots

list<block*> us::gov::engine::db_analyst::chains_t::roots

The documentation for this struct was generated from the following file: