Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
IceGrid::NodeInfo Struct Reference

Information about an IceGrid node. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

void ice_printFields (std::ostream &os) const
 Outputs the name and value of each field of this instance to the stream.
std::tuple< const std::string &, const std::string &, const std::string &, const std::string &, const std::string &, const std::string &, const std::int32_t &, const std::string & > ice_tuple () const
 Creates a tuple with all the fields of this struct.

Public Attributes

std::string dataDir
 The path to the node data directory.
std::string hostname
 The network name of the host running this node.
std::string machine
 The machine hardware type.
std::string name
 The name of the node.
std::int32_t nProcessors
 The number of processor threads on the node.
std::string os
 The operating system name.
std::string release
 The operation system release level.
std::string version
 The operation system version.

Detailed Description

Information about an IceGrid node.

Remarks
The Slice compiler generated this struct from Slice struct IceGrid::NodeInfo.

Definition at line 3070 of file Admin.h.


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