Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

char_traits.hh File Reference

Generic char_traits declarations. More...

Include dependency graph for char_traits.hh:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Namespaces

namespace  utility

Detailed Description

Generic char_traits declarations.

This file contains the utility::char_traits declaration. This structure should allow a programmer to specialize std::char_traits for some types with little efforts.

For example, you may write (while in the std namespace):

template <> struct char_traits<foo> : public utility::char_traits<foo> { };

To have a generic specialization of char_traits for foo. You may also use this kind of derivation and redifine a few member functions to have a more effective implementation based on the generic version.

If you are looking for allready written specializations, you should look at vaucanson/misc/special_char_traits.hh.

Authors:
Thomas Claveirole <thomas.claveirole@lrde.epita.fr>
See also:
utility::char_traits, vaucanson/misc/special_char_traits.hh

Generated on Sun Jul 18 14:29:01 2004 for Vaucanson by doxygen 1.3.7