Description
Class members
CL_NetObject(const CL_NetObject ©)
CL_NetObject(class CL_NetObjectChannel *obj_channel)
CL_NetObject(
int obj_id,
class CL_NetObjectChannel *obj_channel)
virtual ~CL_NetObject()
thSlot connect(
int msg_type,
const thSlot_1<void,
class CL_InputSource &> &slot)
thSlot connect(
int talkback_type,
const thSlot_2<void,
const class CL_NetComputer *,
class CL_InputSource &> &slot)
void send(
int msg_type,
const std::string &message)
void talkback(
int talkback_type,
const std::string &message)
int get_obj_id()
class CL_NetObject_Generic *impl
See Also
None
Back to index
|