|
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...
|
|
template<typename Index>
struct vt::messaging::CollectionChainSet< Index >::IdxMsg
Message that contains an index sent to remove or add remotely.