Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <ionetstream.h>
Inheritance diagram for basic_oNetStream< 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_oNetStream () | |
basic_oNetStream (const IPaddr::ipnum_t &host, const IPaddr::ipport_t port) | |
basic_oNetStream (const IPaddr::const_ipname_t &host, const IPaddr::ipport_t port) | |
basic_oNetStream (const IPaddr &addr) | |
basic_oNetStream (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 140 of file ionetstream.h. |
|
Definition at line 141 of file ionetstream.h. |
|
Definition at line 143 of file ionetstream.h. |
|
Definition at line 142 of file ionetstream.h. |
|
Definition at line 144 of file ionetstream.h. |
|
Definition at line 146 of file ionetstream.h. References basic_oNetStream< charT, traits >::nb. |
|
Definition at line 147 of file ionetstream.h. References basic_oNetStream< charT, traits >::nb. |
|
Definition at line 148 of file ionetstream.h. References basic_oNetStream< charT, traits >::nb. |
|
Definition at line 149 of file ionetstream.h. References basic_oNetStream< charT, traits >::nb. |
|
Definition at line 150 of file ionetstream.h. References basic_oNetStream< charT, traits >::nb. |
|
Definition at line 164 of file ionetstream.h. References basic_oNetStream< charT, traits >::nb. |
|
Definition at line 166 of file ionetstream.h. References basic_oNetStream< charT, traits >::nb. |
|
Definition at line 158 of file ionetstream.h. References basic_oNetStream< charT, traits >::nb. |
|
Definition at line 157 of file ionetstream.h. References basic_oNetStream< charT, traits >::nb. |
|
Definition at line 156 of file ionetstream.h. References basic_oNetStream< charT, traits >::nb. |
|
Definition at line 155 of file ionetstream.h. References basic_oNetStream< charT, traits >::nb. |
|
Definition at line 154 of file ionetstream.h. References basic_oNetStream< charT, traits >::nb. |
|
Definition at line 152 of file ionetstream.h. References basic_oNetStream< charT, traits >::nb. |
|
Definition at line 165 of file ionetstream.h. References basic_oNetStream< charT, traits >::nb. |
|
Definition at line 168 of file ionetstream.h. |
Tekkotsu v1.4 |
Generated Sat Jul 19 00:08:49 2003 by Doxygen 1.3.2 |