struct Gambit::Printers::DSetData

[No description available]

Public Functions

Name
DSetData(int r)

Public Attributes

Name
intrank
std::vector< std::string >names
std::vector< unsigned long >lengths
std::stringlocal_info
Need to analyse this in a more “streaming” way, otherwise too big and slow.
std::stringerrmsg

Public Functions Documentation

function DSetData

inline DSetData(
    int r
)

Public Attributes Documentation

variable rank

int rank;

variable names

std::vector< std::string > names;

variable lengths

std::vector< unsigned long > lengths;

variable local_info

std::string local_info;

Need to analyse this in a more “streaming” way, otherwise too big and slow.

variable errmsg

std::string errmsg;

Updated on 2023-06-26 at 21:36:52 +0000