Public Types | |
| typedef vector< pair< int, int > > | Storage |
Public Member Functions | |
| void | operator() (const T &x) |
| ASCString | print () |
Static Public Member Functions | |
| static bool | compare (const pair< int, int > &a1, const pair< int, int > &a2) |
Public Attributes | |
| Storage | storage |
Definition at line 117 of file memory-measurement.cpp.
| typedef vector< pair<int,int> > ObjectStorage< T >::Storage |
Definition at line 124 of file memory-measurement.cpp.
| static bool ObjectStorage< T >::compare | ( | const pair< int, int > & | a1, | |
| const pair< int, int > & | a2 | |||
| ) | [inline, static] |
| void ObjectStorage< T >::operator() | ( | const T & | x | ) | [inline] |
Definition at line 126 of file memory-measurement.cpp.
References getMemoryFootprint(), and ObjectStorage< T >::storage.
| ASCString ObjectStorage< T >::print | ( | ) | [inline] |
Definition at line 127 of file memory-measurement.cpp.
References ObjectStorage< T >::compare(), objectTypeRepository, ObjectStorage< T >::storage, and ASCString::toString().
| Storage ObjectStorage< T >::storage |
Definition at line 125 of file memory-measurement.cpp.
Referenced by ObjectStorage< T >::operator()(), and ObjectStorage< T >::print().
1.5.1