struct Gambit::Printers::PPIDpair
[No description available] More…
#include <new_mpi_datatypes.hpp>
Public Functions
Name | |
---|---|
PPIDpair() | |
PPIDpair(const unsigned long long int p, const int r) |
Public Attributes
Name | |
---|---|
unsigned long long int | pointID |
unsigned int | rank |
unsigned int | valid |
Friends
Name | |
---|---|
std::ostream & | operator«(std::ostream & stream, const PPIDpair & ppid) Stream operator overloads. |
Detailed Description
struct Gambit::Printers::PPIDpair;
pointID / process number pair Used to identify a single parameter space point
Public Functions Documentation
function PPIDpair
inline PPIDpair()
function PPIDpair
inline PPIDpair(
const unsigned long long int p,
const int r
)
Public Attributes Documentation
variable pointID
unsigned long long int pointID;
variable rank
unsigned int rank;
variable valid
unsigned int valid;
Friends
friend operator«
friend std::ostream & operator<<(
std::ostream & stream,
const PPIDpair & ppid
);
Stream operator overloads.
Updated on 2024-07-18 at 13:53:32 +0000