ATLAS Offline Software
|
#include <TIDAFeatureStore.h>
Public Types | |
typedef std::map< std::string, FeatureBase * > | map_type |
Public Member Functions | |
FeatureStore () | |
~FeatureStore () | |
template<typename T > | |
void | insert (T *t, const std::string &key) |
template<typename T > | |
int | find (T *&t, const std::string &key) |
Public Attributes | |
K | keys |
STL member. More... | |
T | elements |
STL member. More... | |
Private Member Functions | |
void | _insert (TIDA::FeatureBase *f, const std::string &key) |
TIDA::FeatureBase * | _find (const std::string &key) |
Definition at line 26 of file TIDAFeatureStore.h.
typedef std::map<std::string, FeatureBase*> TIDA::FeatureStore::map_type |
Definition at line 30 of file TIDAFeatureStore.h.
|
inline |
Definition at line 34 of file TIDAFeatureStore.h.
|
inline |
Definition at line 36 of file TIDAFeatureStore.h.
|
inlineprivate |
Definition at line 70 of file TIDAFeatureStore.h.
|
inlineprivate |
Definition at line 66 of file TIDAFeatureStore.h.
|
inline |
Definition at line 51 of file TIDAFeatureStore.h.
|
inline |
Definition at line 44 of file TIDAFeatureStore.h.
|
inherited |
STL member.
|
inherited |
STL member.