
#include <lbdb.h>

Public Member Functions | |
| char & | get_type () |
| char | get_type () const |
| int | proc () const |
| void | setProc (int pe) |
| int | lastKnown () const |
| LDObjKey & | get_destObj () |
| LDObjKey const & | get_destObj () const |
| LDObjKey * | get_destObjs (int &len) |
| void | init_objmsg (LDOMid &omid, CmiUInt8 &objid, int destObjProc) |
| void | init_mcastmsg (LDOMid &omid, CmiUInt8 *objid, int len) |
| bool | operator== (const _LDCommDesc &obj) const |
| _LDCommDesc & | operator= (const _LDCommDesc &c) |
| void | pup (PUP::er &p) |
Data Fields | |
| char | type |
| union { | |
| int destProc | |
| struct { | |
| LDObjKey destObj | |
| int _LDCommDesc::destObjProc | |
| } _LDCommDesc::destObj | |
| struct { | |
| LDObjKey * objs | |
| int _LDCommDesc::len | |
| } _LDCommDesc::destObjs | |
| } | dest |
Definition at line 190 of file lbdb.h.
| char _LDCommDesc::type |
Definition at line 191 of file lbdb.h.
Referenced by get_destObj(), get_destObjs(), get_type(), init_mcastmsg(), init_objmsg(), lastKnown(), operator=(), proc(), pup(), and setProc().
1.5.5