Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
basic_ionetstream< charT, traits > Class Template Reference
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 302 of file netstream.h.
typedef traits::int_type basic_ionetstream< charT, traits >::int_type |
Definition at line 303 of file netstream.h.
typedef traits::off_type basic_ionetstream< charT, traits >::off_type |
Definition at line 305 of file netstream.h.
typedef traits::pos_type basic_ionetstream< charT, traits >::pos_type |
Definition at line 304 of file netstream.h.
typedef traits basic_ionetstream< charT, traits >::traits_type |
Definition at line 306 of file netstream.h.
basic_ionetstream< charT, traits >::basic_ionetstream | ( | ) |
Definition at line 308 of file netstream.h.
basic_ionetstream< charT, traits >::basic_ionetstream | ( | const IPaddr & | addr, | |
bool | datagram = false | |||
) |
Definition at line 309 of file netstream.h.
basic_ionetstream< charT, traits >::basic_ionetstream | ( | const IPaddr::ipname_t & | host, | |
const IPaddr::ipport_t | port, | |||
bool | datagram = false | |||
) |
Definition at line 310 of file netstream.h.
basic_ionetstream< charT, traits >::basic_ionetstream | ( | size_t | buf_in_size, | |
size_t | buf_out_size | |||
) |
Definition at line 311 of file netstream.h.
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:05 2016 by Doxygen 1.6.3 |