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

Declaration of misc::Map. More...

#include <list>
#include <map>
#include <stdexcept>
#include <misc/map.hxx>
Include dependency graph for map.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  misc::map< T, N >
 Wrapper around std::map providing syntactic sugar for any mapping of types manipulation. More...

Namespaces

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

Functions

template<class T , class N >
std::ostream & misc::operator<< (std::ostream &ostr, const map< T, N > &m)
 Output m onto ostr.

Detailed Description

Declaration of misc::Map.