#include <TMemStatMng.h>
Public Member Functions | |
| bool | add (ULong_t addr, Int_t idx) |
| Int_t | find (ULong_t addr) |
| bool | add (ULong_t addr, Int_t idx) |
| Int_t | find (ULong_t addr) |
Private Types | |
| typedef std::map< ULong_t, Int_t > | Container_t |
| typedef Container_t::iterator | pos_type |
| typedef Container_t::value_type | value_type |
| typedef std::map< ULong_t, Int_t > | Container_t |
| typedef Container_t::iterator | pos_type |
| typedef Container_t::value_type | value_type |
Private Attributes | |
| Container_t | fContainer |
Definition at line 30 of file TMemStatMng.h.
typedef std::map<ULong_t, Int_t> memstat::TMemStatFAddrContainer::Container_t [private] |
Definition at line 31 of file TMemStatMng.h.
typedef Container_t::iterator memstat::TMemStatFAddrContainer::pos_type [private] |
Definition at line 32 of file TMemStatMng.h.
typedef Container_t::value_type memstat::TMemStatFAddrContainer::value_type [private] |
Definition at line 33 of file TMemStatMng.h.
typedef std::map<ULong_t, Int_t> memstat::TMemStatFAddrContainer::Container_t [private] |
Definition at line 31 of file TMemStatMng.h.
typedef Container_t::iterator memstat::TMemStatFAddrContainer::pos_type [private] |
Definition at line 32 of file TMemStatMng.h.
typedef Container_t::value_type memstat::TMemStatFAddrContainer::value_type [private] |
Definition at line 33 of file TMemStatMng.h.
1.5.1