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

Declaration of misc::list. More...

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

Go to the source code of this file.

Classes

class  misc::list< Ident_ >

Namespaces

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

Functions

template<class Ident_ >
std::ostream & misc::operator<< (std::ostream &ostr, const list< Ident_ > &l)
 Output l onto ostr.
template<typename Ident_ >
bool misc::operator% (const Ident_ &data, const list< Ident_ > &l)
 Shortcut for misc::list::has.

Detailed Description

Declaration of misc::list.