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
intSYNC_data
intSYNC_valid
intRA_queue
intRA_loc
intRA_length
boolvalid
const std::size_tNTAGS

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 2023-06-26 at 21:36:52 +0000