MADNESS
version 0.9
|
#include <worldrmi.h>
Public Types | |
typedef uint16_t | counterT |
typedef uint32_t | attrT |
Public Member Functions | |
qmsg (size_t len, rmi_handlerT func, int i, int src, attrT attr, counterT count) | |
bool | operator< (const qmsg &other) const |
qmsg () | |
Public Attributes | |
size_t | len |
rmi_handlerT | func |
int | i |
ProcessID | src |
attrT | attr |
counterT | count |
typedef uint32_t madness::qmsg::attrT |
typedef uint16_t madness::qmsg::counterT |
|
inline |
|
inline |
attrT madness::qmsg::attr |
counterT madness::qmsg::count |
Referenced by operator<().
rmi_handlerT madness::qmsg::func |
int madness::qmsg::i |
size_t madness::qmsg::len |
ProcessID madness::qmsg::src |