LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
xalloc.hh File Reference

Declaration of misc::xalloc. More...

#include <iostream>
#include <functional>
#include <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  misc::iomanipulator
 Defines the operator() for the classes get_type, set_type and swap_type. More...
class  misc::xalloc< StoredType >
 Allocate slots in std::ostreams. More...
class  misc::xalloc< StoredType >::set_type
 Handle the data to put in the xalloced place. More...
class  misc::xalloc< StoredType >::get_type
 Handle the data to get from the xalloced place. More...
class  misc::xalloc< StoredType >::swap_type
 Swap the data stored in the stream for a given one. More...

Namespaces

namespace  misc
 Handling of generic, oriented or undirected, graph.

Functions

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

Detailed Description

Declaration of misc::xalloc.