Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <ionetstream.h>
Inheritance diagram for basic_iNetStream< charT, traits >:
Public Types | |
typedef charT | char_type |
typedef traits::int_type | int_type |
typedef traits::pos_type | pos_type |
typedef traits::off_type | off_type |
typedef traits | traits_type |
Public Member Functions | |
basic_iNetStream () | |
basic_iNetStream (const IPaddr::ipnum_t &host, const IPaddr::ipport_t port) | |
basic_iNetStream (const IPaddr::const_ipname_t &host, const IPaddr::ipport_t port) | |
basic_iNetStream (const IPaddr &addr) | |
basic_iNetStream (size_t buf_in_size, size_t buf_out_size) | |
basic_netbuf< charT, traits > * | rdbuf () const |
bool | open (const IPaddr &addr) |
bool | open (const IPaddr::const_ipname_t &str) |
bool | open (const IPaddr::ipnum_t &addr, const IPaddr::ipport_t &aPort) |
bool | open (const IPaddr::const_ipname_t &ahost, unsigned int aPort) |
bool | is_open () const |
void | close () |
void | setEcho (bool val=true) |
bool | getEcho () |
Private Attributes | |
basic_netbuf< charT, traits > | nb |
|
Definition at line 103 of file ionetstream.h. |
|
Definition at line 104 of file ionetstream.h. |
|
Definition at line 106 of file ionetstream.h. |
|
Definition at line 105 of file ionetstream.h. |
|
Definition at line 107 of file ionetstream.h. |
|
Definition at line 109 of file ionetstream.h. References basic_iNetStream< charT, traits >::nb. |
|
Definition at line 110 of file ionetstream.h. References basic_iNetStream< charT, traits >::nb. |
|
Definition at line 111 of file ionetstream.h. References basic_iNetStream< charT, traits >::nb. |
|
Definition at line 112 of file ionetstream.h. References basic_iNetStream< charT, traits >::nb. |
|
Definition at line 113 of file ionetstream.h. References basic_iNetStream< charT, traits >::nb. |
|
Definition at line 127 of file ionetstream.h. References basic_iNetStream< charT, traits >::nb. |
|
Definition at line 129 of file ionetstream.h. References basic_iNetStream< charT, traits >::nb. |
|
Definition at line 121 of file ionetstream.h. References basic_iNetStream< charT, traits >::nb. |
|
Definition at line 120 of file ionetstream.h. References basic_iNetStream< charT, traits >::nb. |
|
Definition at line 119 of file ionetstream.h. References basic_iNetStream< charT, traits >::nb. |
|
Definition at line 118 of file ionetstream.h. References basic_iNetStream< charT, traits >::nb. |
|
Definition at line 117 of file ionetstream.h. References basic_iNetStream< charT, traits >::nb. |
|
Definition at line 115 of file ionetstream.h. References basic_iNetStream< charT, traits >::nb. |
|
Definition at line 128 of file ionetstream.h. References basic_iNetStream< charT, traits >::nb. |
|
Definition at line 131 of file ionetstream.h. |
Tekkotsu v1.4 |
Generated Sat Jul 19 00:08:48 2003 by Doxygen 1.3.2 |