Homepage Demos Overview Downloads Tutorials Reference
Credits
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages | Search

char_traits< T > Class Template Reference

#include <ionetstream.h>

List of all members.

template<class T>
class char_traits< T >


Public Types

typedef T char_type
typedef int int_type
typedef T * pos_type
typedef unsigned int off_type

Static Public Member Functions

void copy (pos_type dst, pos_type src, off_type size)
void move (pos_type dst, pos_type src, off_type size)
int to_int_type (T c)
int eof ()

Member Typedef Documentation

template<class T>
typedef T char_traits< T >::char_type
 

Definition at line 211 of file ionetstream.h.

template<class T>
typedef int char_traits< T >::int_type
 

Definition at line 212 of file ionetstream.h.

template<class T>
typedef unsigned int char_traits< T >::off_type
 

Definition at line 214 of file ionetstream.h.

template<class T>
typedef T* char_traits< T >::pos_type
 

Definition at line 213 of file ionetstream.h.


Member Function Documentation

template<class T>
void char_traits< T >::copy pos_type  dst,
pos_type  src,
off_type  size
[inline, static]
 

Definition at line 215 of file ionetstream.h.

template<class T>
int char_traits< T >::eof  )  [inline, static]
 

Definition at line 222 of file ionetstream.h.

template<class T>
void char_traits< T >::move pos_type  dst,
pos_type  src,
off_type  size
[inline, static]
 

Definition at line 218 of file ionetstream.h.

template<class T>
int char_traits< T >::to_int_type c  )  [inline, static]
 

Definition at line 221 of file ionetstream.h.


The documentation for this class was generated from the following file:
Tekkotsu v1.4
Generated Sat Jul 19 00:08:51 2003 by Doxygen 1.3.2