![]() | |
| Entire Class Index | Main Class Index | Cross Index | Global Index |
Class used to group computers 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_NetGroup | (); | |
| CL_NetGroup | (const CL_NetComputer& computer); | |
| virtual | ~CL_NetGroup | (); |
Attributes: |
||
| std::list<CL_NetComputer>& | get_computers | () const; |
Operations: |
||
| void | add | (const CL_NetComputer& computer); |
| void | remove | (const CL_NetComputer& computer); |
| void | disconnect | (); |