19 #ifndef TIMPI_MESSAGE_TAG_H 20 #define TIMPI_MESSAGE_TAG_H 23 #include "timpi/timpi_config.h" 30 #endif // TIMPI_HAVE_MPI 113 #ifdef TIMPI_HAVE_MPI 123 #endif // TIMPI_MESSAGE_TAG_H
const MessageTag any_tag
Default message tag ids.
Encapsulates the MPI_Comm object.
static const int invalid_tag
Invalid tag, to allow for default construction.
Encapsulates the MPI tag integers.
MessageTag(int tagvalue=invalid_tag)
Explicit constructor, to discourage using "magic numbers" as tags.
MessageTag & operator=(const MessageTag &other)
Copy assignment operator.
MessageTag(int tagvalue, const Communicator *comm)
const Communicator * _comm