MADNESS 0.10.1
|
#include <worldrmi.h>
Public Types | |
typedef uint32_t | attrT |
attributes of the message; high 16 bits are the counter | |
typedef uint16_t | counterT |
counter for ordered messages | |
Public Member Functions | |
qmsg () | |
qmsg (size_t len, rmi_handlerT func, int i, int src, attrT attr, counterT count) | |
Public Attributes | |
attrT | attr |
counterT | count |
rmi_handlerT | func |
int | i |
size_t | len |
ProcessID | src |
Friends | |
bool | operator< (const qmsg &a, const qmsg &b) |
attributes of the message; high 16 bits are the counter
counter for ordered messages
|
inline |
|
inline |
attrT madness::qmsg::attr |
counterT madness::qmsg::count |
rmi_handlerT madness::qmsg::func |
int madness::qmsg::i |
size_t madness::qmsg::len |
ProcessID madness::qmsg::src |