![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
Output Source Socket Class.
Contained in: global
Derived from:
CL_OutputSource
Derived by:
none
Group: Network (Sockets)
#include <ClanLib/network.h>
public function member index: |
||
Construction: |
||
CL_OutputSource_Socket | (const CL_Socket& socket); | |
virtual | ~CL_OutputSource_Socket | (); |
Attributes: |
||
virtual int | tell | () const; |
virtual int | size | () const; |
Operations: |
||
virtual int | write | (const void* data, int size); |
virtual void | open | (); |
virtual void | close | (); |
virtual CL_OutputSource* | clone | (); |
private function member index: |
||
Implementation: |
||
CL_OutputSource_Socket | (); | |