ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Public Attributes | List of all members
itk::MapRecord Class Reference

#include <itkSmapsFileParser.h>

+ Inheritance diagram for itk::MapRecord:
+ Collaboration diagram for itk::MapRecord:

Detailed Description

MapRecord class.

Todo:
Add documentation

Definition at line 38 of file itkSmapsFileParser.h.

Public Types

typedef SizeValueType MemoryLoadType
 

Public Member Functions

void Reset ()
 
virtual ~MapRecord ()
 

Public Attributes

std::string m_RecordName
 
std::map< std::string,
MemoryLoadType
m_Tokens
 

Member Typedef Documentation

Definition at line 41 of file itkSmapsFileParser.h.

Constructor & Destructor Documentation

virtual itk::MapRecord::~MapRecord ( )
virtual

Member Function Documentation

void itk::MapRecord::Reset ( )

Reset the record

Member Data Documentation

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.


The documentation for this class was generated from the following file: