Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
basic_ionetstream< charT, traits > Class Template Reference#include <netstream.h>
Inheritance diagram for basic_ionetstream< charT, traits >:
![]() Detailed Descriptiontemplate<class charT, class traits = std::char_traits<charT>>
|
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_ionetstream () | |
basic_ionetstream (const IPaddr &addr, bool datagram=false) | |
basic_ionetstream (const IPaddr::ipname_t &host, const IPaddr::ipport_t port, bool datagram=false) | |
basic_ionetstream (size_t buf_in_size, size_t buf_out_size) |
typedef charT basic_ionetstream< charT, traits >::char_type |
Definition at line 257 of file netstream.h.
typedef traits::int_type basic_ionetstream< charT, traits >::int_type |
Definition at line 258 of file netstream.h.
typedef traits::pos_type basic_ionetstream< charT, traits >::pos_type |
Definition at line 259 of file netstream.h.
typedef traits::off_type basic_ionetstream< charT, traits >::off_type |
Definition at line 260 of file netstream.h.
typedef traits basic_ionetstream< charT, traits >::traits_type |
Definition at line 261 of file netstream.h.
basic_ionetstream< charT, traits >::basic_ionetstream | ( | ) | [inline] |
Definition at line 263 of file netstream.h.
basic_ionetstream< charT, traits >::basic_ionetstream | ( | const IPaddr & | addr, | |
bool | datagram = false | |||
) | [inline] |
Definition at line 264 of file netstream.h.
basic_ionetstream< charT, traits >::basic_ionetstream | ( | const IPaddr::ipname_t & | host, | |
const IPaddr::ipport_t | port, | |||
bool | datagram = false | |||
) | [inline] |
Definition at line 265 of file netstream.h.
basic_ionetstream< charT, traits >::basic_ionetstream | ( | size_t | buf_in_size, | |
size_t | buf_out_size | |||
) | [inline] |
Definition at line 266 of file netstream.h.
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:09 2007 by Doxygen 1.5.4 |