Public Member Functions | Public Attributes | List of all members
vtkPVSystemConfigInformation::ConfigInfo Class Reference

#include <vtkPVSystemConfigInformation.h>

Public Member Functions

 ConfigInfo ()
 
void Print ()
 
bool operator< (const ConfigInfo &other) const
 

Public Attributes

string OSDescriptor
 
string CPUDescriptor
 
string MemDescriptor
 
string HostName
 
int ProcessType
 
int SystemType
 
int Rank
 
long long Pid
 
long long HostMemoryTotal
 
long long HostMemoryAvailable
 
long long ProcMemoryAvailable
 

Detailed Description

Definition at line 23 of file vtkPVSystemConfigInformation.h.

Constructor & Destructor Documentation

◆ ConfigInfo()

vtkPVSystemConfigInformation::ConfigInfo::ConfigInfo ( )
inline

Definition at line 26 of file vtkPVSystemConfigInformation.h.

Member Function Documentation

◆ Print()

void vtkPVSystemConfigInformation::ConfigInfo::Print ( )

◆ operator<()

bool vtkPVSystemConfigInformation::ConfigInfo::operator< ( const ConfigInfo other) const
inline

Definition at line 39 of file vtkPVSystemConfigInformation.h.

Member Data Documentation

◆ OSDescriptor

string vtkPVSystemConfigInformation::ConfigInfo::OSDescriptor

Definition at line 41 of file vtkPVSystemConfigInformation.h.

◆ CPUDescriptor

string vtkPVSystemConfigInformation::ConfigInfo::CPUDescriptor

Definition at line 42 of file vtkPVSystemConfigInformation.h.

◆ MemDescriptor

string vtkPVSystemConfigInformation::ConfigInfo::MemDescriptor

Definition at line 43 of file vtkPVSystemConfigInformation.h.

◆ HostName

string vtkPVSystemConfigInformation::ConfigInfo::HostName

Definition at line 44 of file vtkPVSystemConfigInformation.h.

◆ ProcessType

int vtkPVSystemConfigInformation::ConfigInfo::ProcessType

Definition at line 45 of file vtkPVSystemConfigInformation.h.

◆ SystemType

int vtkPVSystemConfigInformation::ConfigInfo::SystemType

Definition at line 46 of file vtkPVSystemConfigInformation.h.

◆ Rank

int vtkPVSystemConfigInformation::ConfigInfo::Rank

Definition at line 47 of file vtkPVSystemConfigInformation.h.

◆ Pid

long long vtkPVSystemConfigInformation::ConfigInfo::Pid

Definition at line 48 of file vtkPVSystemConfigInformation.h.

◆ HostMemoryTotal

long long vtkPVSystemConfigInformation::ConfigInfo::HostMemoryTotal

Definition at line 49 of file vtkPVSystemConfigInformation.h.

◆ HostMemoryAvailable

long long vtkPVSystemConfigInformation::ConfigInfo::HostMemoryAvailable

Definition at line 50 of file vtkPVSystemConfigInformation.h.

◆ ProcMemoryAvailable

long long vtkPVSystemConfigInformation::ConfigInfo::ProcMemoryAvailable

Definition at line 51 of file vtkPVSystemConfigInformation.h.


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