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

Implementation of misc::scoped_map. More...

#include <stdexcept>
#include <sstream>
#include <type_traits>
#include <misc/contract.hh>
#include <misc/algorithm.hh>
#include <misc/indent.hh>
Include dependency graph for scoped-map.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

template<typename Key , typename Data >
std::ostream & misc::operator<< (std::ostream &ostr, const scoped_map< Key, Data > &tbl)

Detailed Description

Implementation of misc::scoped_map.