generic_int_type Struct Template Reference
[Miscellaneous constructs used by 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 vcsn::misc::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 65 of file char_traits.hh.


Generated on Wed Jun 13 17:03:35 2007 for Vaucanson by  doxygen 1.5.1