![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
Network replication object.
Contained in: global
Derived from:
none
Derived by:
none
Group: Network (NetObjects)
#include <ClanLib/network.h>
public function member index: |
||
Construction: |
||
CL_NetObject | (const CL_NetObject& copy); | |
CL_NetObject | (class CL_NetObjectChannel* obj_channel); | |
CL_NetObject | (int obj_id, class CL_NetObjectChannel* obj_channel); | |
virtual | ~CL_NetObject | (); |
Attributes: |
||
int | get_obj_id | () const; |
bool | is_server | () const; |
Operations: |
||
CL_Slot | connect | (int msg_type, CL_Slot_v1<class CL_InputSource& >* slot); |
CL_Slot | connect | (int msg_type, void (*callback)(class CL_InputSource& )); |
CL_Slot | connect | (int talkback_type, CL_Slot_v2<const class CL_NetComputer& , class CL_InputSource& >* slot); |
CL_Slot | connect | (int talkback_type, void (*callback)(const class CL_NetComputer& , class CL_InputSource& )); |
void | send | (int msg_type, const std::string& message); |
void | talkback | (int talkback_type, const std::string& message); |