bes
Updated for version 3.20.6
|
Public Types | |
typedef std::list< BESContainer * >::const_iterator | containers_citer |
typedef std::list< BESContainer * >::iterator | containers_iter |
Public Member Functions | |
void | add_container (BESContainer *container) |
virtual void | dump (std::ostream &strm) const |
dumps information about this object More... | |
BESDefine::containers_citer | end_container () |
BESDefine::containers_citer | first_container () |
const std::string & | get_agg_cmd () |
const std::string & | get_agg_handler () |
void | set_agg_cmd (const std::string &cmd) |
void | set_agg_handler (const std::string &handler) |
Definition at line 42 of file BESDefine.h.
|
virtual |
dumps information about this object
Displays the pointer value of this instance along with contents of the definition, including the containers in this definition and aggregation information.
strm | C++ i/o stream to dump the information to |
Implements BESObj.
Definition at line 68 of file BESDefine.cc.