Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::VMMapRecord Class Reference

#include <itkSmapsFileParser.h>

Inheritance diagram for itk::VMMapRecord:

Inheritance graph
[legend]
Collaboration diagram for itk::VMMapRecord:

Collaboration graph
[legend]

List of all members.

Public Types

typedef unsigned int MemoryLoadType

Public Member Functions

void Reset (void)

Public Attributes

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

Friends

ITKCommon_EXPORT std::istream & operator>> (std::istream &in, VMMapRecord &record)


Detailed Description

This struct contains an entry in a smaps file. It is filled by operator>>(istream&,SmapsRecord&).

Definition at line 102 of file itkSmapsFileParser.h.


Member Typedef Documentation

typedef unsigned int itk::MapRecord::MemoryLoadType [inherited]

Definition at line 41 of file itkSmapsFileParser.h.


Member Function Documentation

void itk::MapRecord::Reset ( void   )  [inherited]

Reset the record


Friends And Related Function Documentation

ITKCommon_EXPORT std::istream& operator>> ( std::istream &  in,
VMMapRecord record 
) [friend]

Input operator to fill a VMMapRecord recordName address [ numberK] permissions mode Example __DATA 8fe51000 [ 4K] rw-/rwx SM=COW /usr/lib/dyld


Member Data Documentation

std::string itk::MapRecord::m_RecordName [inherited]

Optional record name

Definition at line 49 of file itkSmapsFileParser.h.

std::map<std::string, MemoryLoadType> itk::MapRecord::m_Tokens [inherited]

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:

Generated at Tue Sep 15 14:38:20 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000