struct Gambit::Printers::HDF5bufferchunk
[No description available]
Public Attributes
Name | |
---|---|
const std::size_t | SIZE |
const std::size_t | NBUFFERS |
std::size_t | used_size |
std::size_t | used_nbuffers |
int[NBUFFERS] | name_id |
unsigned long long[SIZE] | pointIDs |
unsigned int[SIZE] | ranks |
double[NBUFFERS][SIZE] | values |
long long[NBUFFERS][SIZE] | values_int |
int[NBUFFERS][SIZE] | valid |
Public Attributes Documentation
variable SIZE
static const std::size_t SIZE =10;
variable NBUFFERS
static const std::size_t NBUFFERS =10;
variable used_size
std::size_t used_size;
variable used_nbuffers
std::size_t used_nbuffers;
variable name_id
int[NBUFFERS] name_id;
variable pointIDs
unsigned long long[SIZE] pointIDs;
variable ranks
unsigned int[SIZE] ranks;
variable values
double[NBUFFERS][SIZE] values;
variable values_int
long long[NBUFFERS][SIZE] values_int;
variable valid
int[NBUFFERS][SIZE] valid;
Updated on 2024-07-18 at 13:53:32 +0000