struct Gambit::Printers::BuffTags
Struct for a collection of MPI tags belonging to a single buffer.
#include <VertexBufferNumeric1D.hpp>
Public Functions
Name | |
---|---|
BuffTags() | |
BuffTags(const int first_tag) |
Public Attributes
Name | |
---|---|
int | SYNC_data |
int | SYNC_valid |
int | RA_queue |
int | RA_loc |
int | RA_length |
bool | valid |
const std::size_t | NTAGS |
Public Functions Documentation
function BuffTags
inline BuffTags()
function BuffTags
inline BuffTags(
const int first_tag
)
Public Attributes Documentation
variable SYNC_data
int SYNC_data;
variable SYNC_valid
int SYNC_valid;
variable RA_queue
int RA_queue;
variable RA_loc
int RA_loc;
variable RA_length
int RA_length;
variable valid
bool valid;
variable NTAGS
static const std::size_t NTAGS =5;
Updated on 2024-07-18 at 13:53:32 +0000