![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
Net stream class.
Contained in: global
Derived from:
none
Derived by:
none
Group: Network (NetSessions)
#include <ClanLib/network.h>
public function member index: |
||
Construction: |
||
CL_NetStream | (const std::string& stream_channel, CL_NetComputer& dest); | |
CL_NetStream | (const CL_NetStream& copy); | |
virtual | ~CL_NetStream | (); |
Attributes: |
||
CL_EventTrigger* | get_read_trigger | (); |
CL_EventTrigger* | get_write_trigger | (); |
Operations: |
||
CL_NetStream& | operator = | (const CL_NetStream& copy); |
int | send | (const void* data, int size); |
int | recv | (void* data, int size); |
Implementation: |
||
CL_NetStream | (CL_NetStream_Generic* impl); | |