CLAW Library (a C++ Library Absolutely Wonderful) 1.5.5
Classes | Namespaces

type_list.hpp File Reference

Template classes for lists of types. More...

#include <claw/meta/conditional.hpp>
#include <claw/meta/no_type.hpp>
#include <claw/meta/same_type.hpp>

Go to the source code of this file.

Classes

struct  claw::meta::type_list< Head, Queue >
 Use this class to make a list of types. More...
struct  claw::meta::split_type_list_at< Delimiter, no_type >
 Specialisation of split_type_list_at for an empty list or the case where the delimiter is no_type. More...
struct  claw::meta::split_type_list_at< Delimiter, TypeList >
 Split a type_list according to the first instance of a given type. More...
struct  claw::meta::type_list_maker_1< T1 >
 A type list with a single type, more readable than an imbricated type_list. More...
struct  claw::meta::type_list_maker_2< T1, T2 >
 A type list with two types, more readable than an imbricated type_list. More...
struct  claw::meta::type_list_maker_3< T1, T2, T3 >
 A type list with three types, more readable than an imbricated type_list. More...
struct  claw::meta::type_list_maker_4< T1, T2, T3, T4 >
 A type list with four types, more readable than an imbricated type_list. More...
struct  claw::meta::type_list_maker_5< T1, T2, T3, T4, T5 >
 A type list with five types, more readable than an imbricated type_list. More...
struct  claw::meta::type_list_maker_6< T1, T2, T3, T4, T5, T6 >
 A type list with six types, more readable than an imbricated type_list. More...
struct  claw::meta::type_list_maker< T1, T2, T3, T4, T5, T6 >
 A type list with up to six types, more readable than an imbricated type_list, more readable than type_list_maker_1 and others. More...
struct  claw::meta::type_list_find< T, List >
 Check if a type is present in a type_list. More...
struct  claw::meta::type_list_find< T, no_type >
struct  claw::meta::type_list_is_a_set< List >
 This class checks if each type in a type_list<> is present only once. More...
struct  claw::meta::type_list_is_a_set< no_type >
struct  claw::meta::type_list_length< List >
 This class computes the length of a list of types. More...
struct  claw::meta::type_list_length< no_type >

Namespaces

namespace  claw
 

This is the main namespace.


namespace  claw::meta
 

Structures for meta-programmation.



Detailed Description

Template classes for lists of types.

Author:
Julien Jorge

Definition in file type_list.hpp.