29 void sources( vector< vector< Eref > >& v )
const;
30 void targets( vector< vector< Eref > >& v )
const;
41 FuncId fid,
unsigned int b,
unsigned int n )
const;
53 static unsigned int numMsg();
54 static char*
lookupMsg(
unsigned int index );
62 static vector< SingleMsg* >
msg_;
65 #endif // _SINGLE_MSG_H
ObjId findOtherEnd(ObjId end) const
Eref firstTgt(const Eref &src) const
void sources(vector< vector< Eref > > &v) const
static vector< SingleMsg * > msg_
unsigned int getTargetField() const
void targets(vector< vector< Eref > > &v) const
static const Cinfo * initCinfo()
static unsigned int initMsgManagers()
Msg * copy(Id origSrc, Id newSrc, Id newTgt, FuncId fid, unsigned int b, unsigned int n) const
void setTargetField(unsigned int f)
static unsigned int numMsg()
Msg lookup functions.
SingleMsg(const Eref &e1, const Eref &e2, unsigned int msgIndex)
static char * lookupMsg(unsigned int index)
Static function for Msg access.