#include <netobject_generic.h>
Collaboration diagram for CL_NetObject_Generic:

Public Methods | |
| CL_NetObject_Generic (class CL_NetObjectChannel_Generic *obj_channel) | |
| CL_NetObject_Generic (int obj_id, class CL_NetObjectChannel_Generic *obj_channel) | |
| ~CL_NetObject_Generic () | |
| int | get_obj_id () const |
| CL_Slot | connect (int msg_type, CL_Slot_v1< class CL_InputSource &> *slot) |
| CL_Slot | connect (int talkback_type, CL_Slot_v2< 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 | add_ref () |
| int | release_ref () |
Public Attributes | |
| std::map<int, CL_Signal_v1< CL_InputSource &> > | msg_signals |
| std::map<int, CL_Signal_v2< const CL_NetComputer &, CL_InputSource &> > | talkback_signals |
| class CL_NetObjectChannel_Generic* | obj_channel |
| int | obj_id |
| int | ref |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 29 of file netobject_generic.h. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 40 of file netobject_generic.h. |
|
|
Definition at line 42 of file netobject_generic.h. |
|
|
Definition at line 43 of file netobject_generic.h. |
|
|
Definition at line 44 of file netobject_generic.h. |
|
|
Definition at line 41 of file netobject_generic.h. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001