ITK  5.4.0
Insight Toolkit
Friends | List of all members
itk::SmapsRecord Class Reference

#include <itkSmapsFileParser.h>

Detailed Description

An entry in a smaps file.

It is filled by operator>>(istream&,SmapsRecord&).

Definition at line 65 of file itkSmapsFileParser.h.

+ Inheritance diagram for itk::SmapsRecord:
+ Collaboration diagram for itk::SmapsRecord:

Friends

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

Additional Inherited Members

- Public Types inherited from itk::MapRecord
using MemoryLoadType = SizeValueType
 
- Public Member Functions inherited from itk::MapRecord
void Reset ()
 
virtual ~MapRecord ()
 
- Public Attributes inherited from itk::MapRecord
std::string m_RecordName {}
 
std::map< std::string, MemoryLoadTypem_Tokens {}
 

Friends And Related Function Documentation

◆ operator>>

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

Input operator to fill a SmapsRecord The format has to be the following: "address permissions offset device inode optional_name Token1: number kB Token2: number kB ... TokenN: number kB" Example: 00101000-0023b000 r-xp 00000000 fd:00 165671 /lib/libc-2.5.so Size: 1256 kB Rss: 640 kB Shared_Clean: 640 kB Shared_Dirty: 0 kB Private_Clean: 0 kB Private_Dirty: 0 kB


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