|
BOSS 7.1.1
BESIII Offline Software System
|
#include <IfdIntKey.h>
Inheritance diagram for IfdIntKey:Public Member Functions | |
| IfdIntKey (const int i) | |
| virtual int | operator== (const IfdKey &k) const |
| virtual | ~IfdIntKey () |
| virtual IfdKey * | clone (void) const |
| virtual void | print (std::ostream &o) const |
Public Member Functions inherited from IfdKey | |
| virtual | ~IfdKey () |
| int | operator!= (const IfdKey &k) const |
| virtual void | add (const IfdKey &) |
| int | cardinality (void) const |
| virtual unsigned int | hash (void) const |
Additional Inherited Members | ||
Static Public Member Functions inherited from IfdKey | ||
| static unsigned int | nHashBuckets (void) | |
Public Attributes inherited from IfdKey | ||
| unsigned int | _hashVal | |
Protected Types inherited from IfdKey | ||
| enum | { _nHashBuckets = 1031 } | |
| enum | keyKind { intKey , strKey , compositeKey , typeKey , odfTypeKey } | |
Protected Member Functions inherited from IfdKey | ||
| IfdKey (keyKind kind) | ||
| IfdKey::keyKind | getKeyKind (void) const | |
Protected Attributes inherited from IfdKey | ||
| keyKind | _myKeyKind | |
| int | _myCardinality | |
| union { | ||
| int intVal | ||
| unsigned int uintVal | ||
| char * strVal | ||
| }; | ||
Definition at line 28 of file IfdIntKey.h.
| IfdIntKey::IfdIntKey | ( | const int | i | ) |
Definition at line 26 of file IfdIntKey.cxx.
|
inlinevirtual |
Definition at line 37 of file IfdIntKey.h.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |