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 Description

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

Definition at line 299 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_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)

Member Typedef Documentation

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

Definition at line 302 of file netstream.h.

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

Definition at line 303 of file netstream.h.

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

Definition at line 305 of file netstream.h.

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

Definition at line 304 of file netstream.h.

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

Definition at line 306 of file netstream.h.


Constructor & Destructor Documentation

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

Definition at line 308 of file netstream.h.

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

Definition at line 309 of file netstream.h.

template<class charT , class traits = std::char_traits<charT>>
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.

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

Definition at line 311 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