24 #ifndef StHbtCorrFctnCollection_hh
25 #define StHbtCorrFctnCollection_hh
29 #if !defined(ST_NO_NAMESPACES)
34 #ifdef ST_NO_TEMPLATE_DEF_ARGS
35 typedef list<StHbtCorrFctn*, allocator<StHbtCorrFctn*> > StHbtCorrFctnCollection;
36 typedef list<StHbtCorrFctn*, allocator<StHbtCorrFctn*> >::iterator StHbtCorrFctnIterator;
38 typedef list<StHbtCorrFctn*> StHbtCorrFctnCollection;
39 typedef list<StHbtCorrFctn*>::iterator StHbtCorrFctnIterator;