![]() | |
| Entire Class Index | Main Class Index | Cross Index | Global Index |
Class representing a computer in a network game.
Contained in: global
Derived from:
none
Derived by:
none
Group: Network (NetSessions)
#include <ClanLib/network.h>
public function member index: |
||
Construction: |
||
| CL_NetComputer | (); | |
| CL_NetComputer | (const CL_NetComputer& copy); | |
| virtual | ~CL_NetComputer | (); |
Attributes: |
||
| unsigned long | get_address | () const; |
| CL_NetSession | get_session | (); |
| bool | operator == | (const CL_NetComputer& other_instance) const; |
| bool | operator != | (const CL_NetComputer& other_instance) const; |
| bool | operator < | (const CL_NetComputer& other_instance) const; |
| bool | operator > | (const CL_NetComputer& other_instance) const; |
Operations: |
||
| void | disconnect | (); |
| CL_NetComputer& | operator = | (const CL_NetComputer& other_instance); |
Implementation: |
||
| CL_NetComputer | (class CL_NetComputer_Generic* impl); | |