struct Gambit::Printers::DSetData
[No description available]
Public Functions
Name | |
---|---|
DSetData(int r) |
Public Attributes
Name | |
---|---|
int | rank |
std::vector< std::string > | names |
std::vector< unsigned long > | lengths |
std::string | local_info Need to analyse this in a more “streaming” way, otherwise too big and slow. |
std::string | errmsg |
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 2024-07-18 at 13:53:32 +0000