|
bes
Updated for version 3.17.1
|

Public Types | |
| typedef list< BESContainer * >::const_iterator | containers_citer |
| typedef list< BESContainer * >::iterator | containers_iter |
Public Member Functions | |
| void | add_container (BESContainer *container) |
| virtual void | dump (ostream &strm) const |
| dumps information about this object More... | |
| BESDefine::containers_citer | end_container () |
| BESDefine::containers_citer | first_container () |
| const string & | get_agg_cmd () |
| const string & | get_agg_handler () |
| void | set_agg_cmd (const string &cmd) |
| void | set_agg_handler (const string &handler) |
Definition at line 45 of file BESDefine.h.
|
virtual |
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 65 of file BESDefine.cc.
References BESContainer::dump().