#include <BESInfoList.h>
Inheritance diagram for BESInfoList:
Public Member Functions | |
virtual | ~BESInfoList (void) |
virtual bool | add_info_builder (const string &info_type, p_info_builder info_builder) |
virtual bool | rem_info_builder (const string &info_type) |
virtual BESInfo * | build_info () |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
Static Public Member Functions | |
static BESInfoList * | TheList () |
Protected Member Functions | |
BESInfoList (void) |
BESInfoList::BESInfoList | ( | void | ) | [protected] |
BESInfoList::~BESInfoList | ( | void | ) | [virtual] |
bool BESInfoList::add_info_builder | ( | const string & | info_type, | |
p_info_builder | info_builder | |||
) | [virtual] |
BESInfo * BESInfoList::build_info | ( | ) | [virtual] |
void BESInfoList::dump | ( | ostream & | strm | ) | const [virtual] |
bool BESInfoList::rem_info_builder | ( | const string & | info_type | ) | [virtual] |
BESInfoList * BESInfoList::TheList | ( | ) | [static] |