![]() |
Orfeo Toolbox
3.16
|
#include <itkSmapsFileParser.h>
Inheritance diagram for itk::MapRecord:
Collaboration diagram for itk::MapRecord:Public Types | |
| typedef unsigned int | MemoryLoadType |
Public Member Functions | |
| virtual | ~MapRecord () |
| void | Reset (void) |
Public Attributes | |
| std::string | m_RecordName |
| std::map< std::string, MemoryLoadType > | m_Tokens |
| typedef unsigned int itk::MapRecord::MemoryLoadType |
Definition at line 41 of file itkSmapsFileParser.h.
|
virtual |
Definition at line 29 of file itkSmapsFileParser.cxx.
| void itk::MapRecord::Reset | ( | void | ) |
Reset the record
Definition at line 33 of file itkSmapsFileParser.cxx.
References m_RecordName, and m_Tokens.
Referenced by itk::operator>>().
| std::string itk::MapRecord::m_RecordName |
Optional record name
Definition at line 49 of file itkSmapsFileParser.h.
Referenced by itk::MapRecordConditionalPlusor< TFirstType >::operator()(), itk::operator>>(), and Reset().
| std::map<std::string, MemoryLoadType> itk::MapRecord::m_Tokens |
Contains a list of token with the associated memory allocated, tokens could be typically: Size, Rss, Shared_Clean, Shared_Dirty, Private_Clean, Private_Dirty, Referenced.
Definition at line 55 of file itkSmapsFileParser.h.
Referenced by itk::MapRecordPlusor< TFirstType >::operator()(), itk::operator>>(), and Reset().