Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

basic_onetstream< charT, traits > Class Template Reference

#include <netstream.h>

Inheritance diagram for basic_onetstream< charT, traits >:

Detailed Description

template<class charT, class traits = std::char_traits<charT>>
class basic_onetstream< charT, traits >

Definition at line 281 of file netstream.h.

List of all members.

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 &addr, bool datagram=false)
 basic_onetstream (const IPaddr::ipname_t &host, const IPaddr::ipport_t port, bool datagram=false)
 basic_onetstream (size_t buf_in_size, size_t buf_out_size)

Member Typedef Documentation

template<class charT , class traits = std::char_traits<charT>>
typedef charT basic_onetstream< charT, traits >::char_type

Definition at line 284 of file netstream.h.

template<class charT , class traits = std::char_traits<charT>>
typedef traits::int_type basic_onetstream< charT, traits >::int_type

Definition at line 285 of file netstream.h.

template<class charT , class traits = std::char_traits<charT>>
typedef traits::off_type basic_onetstream< charT, traits >::off_type

Definition at line 287 of file netstream.h.

template<class charT , class traits = std::char_traits<charT>>
typedef traits::pos_type basic_onetstream< charT, traits >::pos_type

Definition at line 286 of file netstream.h.

template<class charT , class traits = std::char_traits<charT>>
typedef traits basic_onetstream< charT, traits >::traits_type

Definition at line 288 of file netstream.h.


Constructor & Destructor Documentation

template<class charT , class traits = std::char_traits<charT>>
basic_onetstream< charT, traits >::basic_onetstream (  ) 

Definition at line 290 of file netstream.h.

template<class charT , class traits = std::char_traits<charT>>
basic_onetstream< charT, traits >::basic_onetstream ( const IPaddr addr,
bool  datagram = false 
)

Definition at line 291 of file netstream.h.

template<class charT , class traits = std::char_traits<charT>>
basic_onetstream< charT, traits >::basic_onetstream ( const IPaddr::ipname_t host,
const IPaddr::ipport_t  port,
bool  datagram = false 
)

Definition at line 292 of file netstream.h.

template<class charT , class traits = std::char_traits<charT>>
basic_onetstream< charT, traits >::basic_onetstream ( size_t  buf_in_size,
size_t  buf_out_size 
)

Definition at line 293 of file netstream.h.


The documentation for this class was generated from the following file:

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:05 2016 by Doxygen 1.6.3