#include <itkSmapsFileParser.h>

FIXME: Add documentation
Definition at line 38 of file itkSmapsFileParser.h.
Public Types | |
| typedef unsigned int | MemoryLoadType |
Public Member Functions | |
| void | Reset (void) |
| virtual | ~MapRecord () |
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 itk::MapRecord::~MapRecord | ( | ) | [virtual] |
| void itk::MapRecord::Reset | ( | void | ) |
Reset the record
| std::string itk::MapRecord::m_RecordName |
Optional record name
Definition at line 49 of file itkSmapsFileParser.h.
| 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.
1.5.5 written by Dimitri van Heesch,
© 1997-2000