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

Select between a non const or a const type. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  misc::constify_traits< T >
 Return T constified. More...
struct  misc::id_traits< T >
 Return T as is. More...
struct  misc::select_iterator< T >
 The iterator over a non const structure is plain iterator. More...
struct  misc::select_iterator< const T >
 The iterator over a const structure is a const_iterator. More...

Namespaces

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

Detailed Description

Select between a non const or a const type.