34 #define BESDefine_h_ 1 43 #include "BESContainer.h" 48 list<BESContainer *> _containers ;
55 typedef list<BESContainer *>::iterator containers_iter ;
56 typedef list<BESContainer *>::const_iterator containers_citer ;
59 BESDefine::containers_citer first_container() {
return _containers.begin() ; }
60 BESDefine::containers_citer end_container() {
return _containers.end() ; }
62 void set_agg_cmd(
const string &cmd )
66 const string & get_agg_cmd()
70 void set_agg_handler(
const string &handler )
72 _agg_handler = handler ;
74 const string & get_agg_handler()
79 virtual void dump( ostream &strm )
const ;
82 #endif // BESDefine_h_ virtual void dump(ostream &strm) const
dumps information about this object
Base object for bes objects.
A container is something that holds data. I.E. a netcdf file or a database entry. ...