generic_int_type Struct Template Reference
[Utility constructs for Vaucanson]

Generic and under-efficient int_type implementation for char_traits. More...

List of all members.

Public Types

typedef CharT char_type

Public Member Functions

 generic_int_type ()
 generic_int_type (const char_type &)
 operator CharT () const
bool operator== (const generic_int_type< CharT > &) const
bool eof () const

Protected Attributes

char_type val_
bool eof_


Detailed Description

template<class CharT>
struct utility::generic_int_type< CharT >

Generic and under-efficient int_type implementation for char_traits.

This class provides a generic implementation of int_type inside char_traits. generic_int_type<T> should provide a type big enough to hold all values of T plus a value dedicated to EOF.

Definition at line 63 of file char_traits.hh.


Generated on Fri Jul 28 12:33:19 2006 for Vaucanson by  doxygen 1.4.6