33 #ifndef I_BESInfoList_h
34 #define I_BESInfoList_h 1
46 typedef BESInfo * (*p_info_builder)(
const string &info_type);
51 map<string, p_info_builder> _info_list;
53 typedef map<string, p_info_builder>::const_iterator Info_citer;
54 typedef map<string, p_info_builder>::iterator Info_iter;
60 virtual bool add_info_builder(
const string &info_type, p_info_builder info_builder);
61 virtual bool rem_info_builder(
const string &info_type);
64 virtual void dump(ostream &strm)
const;
69 #endif // I_BESInfoList_h