EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PdbClassMap< T > Class Template Reference

#include <fun4all_coresoftware/blob/master/offline/database/pdbcal/base/PdbClassMap.h>

+ Collaboration diagram for PdbClassMap< T >:

Public Member Functions

virtual ~PdbClassMap ()
 
T *& operator[] (const char *className)
 
std::map< const char *, T
*, strless< const char * >
>::iterator 
find (const char *className)
 
std::map< const char *, T
*, strless< const char * >
>::iterator 
end ()
 
void erase (const char *className)
 

Static Public Member Functions

static PdbClassMapinstance ()
 

Protected Member Functions

 PdbClassMap ()
 

Private Attributes

std::map< const char *, T
*, strless< const char * > > 
_map
 

Static Private Attributes

static PdbClassMap_instance = 0
 

Detailed Description

template<typename T>
class PdbClassMap< T >

Definition at line 27 of file PdbClassMap.h.

View newest version in sPHENIX GitHub at line 27 of file PdbClassMap.h

Constructor & Destructor Documentation

template<typename T >
PdbClassMap< T >::~PdbClassMap ( )
virtual

Definition at line 65 of file PdbClassMap.h.

View newest version in sPHENIX GitHub at line 65 of file PdbClassMap.h

template<typename T >
PdbClassMap< T >::PdbClassMap ( )
protected

Definition at line 48 of file PdbClassMap.h.

View newest version in sPHENIX GitHub at line 48 of file PdbClassMap.h

Member Function Documentation

template<typename T>
std::map<const char*, T*, strless<const char*> >::iterator PdbClassMap< T >::end ( )
inline

Definition at line 36 of file PdbClassMap.h.

View newest version in sPHENIX GitHub at line 36 of file PdbClassMap.h

References PdbClassMap< T >::_map.

Referenced by PgPostBankManager::createBank(), PgPostBankBackupStorage::createBank(), PgPostBankBackupStorage::set_obj_info(), and PgPostBankBackupManager::SQLResultSet2BackupStorage().

+ Here is the caller graph for this function:

template<typename T >
void PdbClassMap< T >::erase ( const char *  className)

Definition at line 53 of file PdbClassMap.h.

View newest version in sPHENIX GitHub at line 53 of file PdbClassMap.h

template<typename T>
std::map<const char*, T*, strless<const char*> >::iterator PdbClassMap< T >::find ( const char *  className)
inline

Definition at line 35 of file PdbClassMap.h.

View newest version in sPHENIX GitHub at line 35 of file PdbClassMap.h

References PdbClassMap< T >::_map.

Referenced by PgPostBankManager::createBank(), PgPostBankBackupStorage::createBank(), PgPostBankBackupStorage::set_obj_info(), and PgPostBankBackupManager::SQLResultSet2BackupStorage().

+ Here is the caller graph for this function:

template<typename T >
PdbClassMap< T > * PdbClassMap< T >::instance ( void  )
static

Definition at line 75 of file PdbClassMap.h.

View newest version in sPHENIX GitHub at line 75 of file PdbClassMap.h

Referenced by PgPostBankManager::createBank(), PgPostBankBackupStorage::createBank(), PgPostBankBackupStorage::set_obj_info(), and PgPostBankBackupManager::SQLResultSet2BackupStorage().

+ Here is the caller graph for this function:

template<typename T>
T*& PdbClassMap< T >::operator[] ( const char *  className)
inline

Definition at line 34 of file PdbClassMap.h.

View newest version in sPHENIX GitHub at line 34 of file PdbClassMap.h

References PdbClassMap< T >::_map.

Member Data Documentation

template<typename T>
PdbClassMap< T > * PdbClassMap< T >::_instance = 0
staticprivate

Definition at line 43 of file PdbClassMap.h.

View newest version in sPHENIX GitHub at line 43 of file PdbClassMap.h

template<typename T>
std::map<const char*, T*, strless<const char*> > PdbClassMap< T >::_map
private

Definition at line 44 of file PdbClassMap.h.

View newest version in sPHENIX GitHub at line 44 of file PdbClassMap.h

Referenced by PdbClassMap< T >::end(), PdbClassMap< T >::find(), and PdbClassMap< T >::operator[]().


The documentation for this class was generated from the following file: