TooN Algorithm Library - tag  0.2
Classes | Namespaces | Macros | Typedefs | Variables
tuple.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tag::T_list< C, D >
 
class  tag::T_list< C, D >::index_type< i >
 
struct  tag::V_list< C, D >
 
struct  tag::V_tuple< A, B, C, >
 

Namespaces

namespace  tag
 

Macros

#define make_tuple(...)   ((tag::TupleHead, ## __VA_ARGS__))
 
#define make_vtuple(...)   ((tag::V_TupleHead, ## __VA_ARGS__))
 
#define make_rtuple(...)   ((tag::R_TupleHead, ## __VA_ARGS__))
 

Typedefs

typedef T_list< Internal::null,
Internal::null > 
tag::T_ListEnd
 

Variables

static const T_ListEnd tag::TupleHead =T_ListEnd(Internal::null(), Internal::null())