Vcsn  2.3
Be Rational
xalloc.hh File Reference

Declaration of vcsn::xalloc. More...

#include <iostream>
#include <functional>
#include <vcsn/misc/attributes.hh>
#include <vcsn/misc/xalloc.hxx>
Include dependency graph for xalloc.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vcsn::iomanipulator
 Defines the operator() for the classes get_type, set_type and swap_type. More...
 
class  vcsn::xalloc< StoredType >
 Allocate slots in std::ostreams. More...
 
class  vcsn::xalloc< StoredType >::set_type
 Handle the data to put in the xalloced place. More...
 
class  vcsn::xalloc< StoredType >::get_type
 Handle the data to get from the xalloced place. More...
 
class  vcsn::xalloc< StoredType >::swap_type
 Swap the data stored in the stream for a given one. More...
 

Namespaces

 vcsn
 

Functions

std::ostream & vcsn::operator<< (std::ostream &o, const iomanipulator &g)
 Launch the iomanipulator action on o. More...
 

Detailed Description

Declaration of vcsn::xalloc.

Definition in file xalloc.hh.