#include <BESDefine.h>
Inheritance diagram for BESDefine:
Public Types | |
typedef list< BESContainer >::iterator | containers_iter |
typedef list< BESContainer >::const_iterator | containers_citer |
Public Member Functions | |
BESDefine () | |
virtual | ~BESDefine () |
void | add_container (const BESContainer &container) |
BESDefine::containers_citer | first_container () |
BESDefine::containers_citer | end_container () |
void | set_agg_cmd (const string &cmd) |
const string & | get_agg_cmd () |
void | set_agg_handler (const string &handler) |
const string & | get_agg_handler () |
virtual void | dump (ostream &strm) const |
dumps information about this object |
|
|
|
|
|
|
|
|
|
|
|
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.
Implements BESObj. |
|
|
|
|
|
|
|
|
|
|
|
|