vt
1.5.0
(Virtual Transport)
|
Message that contains an index sent to remove or add remotely. More...
Public Member Functions | |
IdxMsg (Index in_idx) | |
![]() | |
ActiveMsg () | |
Construct an empty message; initializes the envelope state. More... | |
template<typename SerializerT > | |
void | serialize (SerializerT &s) |
Explicitly serialize this message. More... | |
vt_msg_serialize_mode_ (support) | |
Public Attributes | |
Index | idx_ |
![]() | |
EnvelopeType | env |
Additional Inherited Members | |
![]() | |
using | EnvelopeType = EnvelopeT |
using | MessageParentType = BaseMsg |
![]() | |
static void * | operator new (std::size_t sz) |
Overload of the new operator to use the memory pool to construct a new message. More... | |
static void * | operator new (std::size_t sz, std::size_t oversize) |
Overload of the new operator to use the memory pool to construct a new message with some extra memory after the message for a put payload. More... | |
static void | operator delete (void *ptr) |
Overload of delete to use the memory pool to de-allocate a message. More... | |
static void * | operator new (std::size_t, void *mem) |
Overload of the new operator for in-place allocations. More... | |
Message that contains an index sent to remove or add remotely.
|
inlineexplicit |
Index vt::messaging::CollectionChainSet< Index >::IdxMsg::idx_ |