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

Implementation of misc::list. More...

#include <algorithm>
#include <ostream>
#include <misc/list.hh>
#include <misc/contract.hh>
Include dependency graph for list.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<class T >
std::ostream & misc::operator<< (std::ostream &ostr, const list< T > &l)
template<class T >
bool misc::operator% (const T &data, const list< T > &l)

Detailed Description

Implementation of misc::list.

-*- C++ -*-