LILAC
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Private Member Functions | Friends | List of all members
blacklist< P > Class Template Reference

This class provides a type blacklist that can be passed to the function. More...

#include <type_constructor.hpp>

Inheritance diagram for blacklist< P >:
Inheritance graph
[legend]
Collaboration diagram for blacklist< P >:
Collaboration graph
[legend]

Public Member Functions

 blacklist ()

Static Private Member Functions

template<class Tout , class Tf , class... Tl>
static bool __check (const vartype *tval)
template<class Tout >
static bool __check (const vartype *tval)
static bool check (const vartype *val)

Friends

class type_constructor

Detailed Description

template<class... P>
class blacklist< P >

This class provides a type blacklist that can be passed to the function.

Definition at line 70 of file type_constructor.hpp.

Constructor & Destructor Documentation

template<class... P>
blacklist< P >::blacklist ( )
inline

Definition at line 92 of file type_constructor.hpp.

Member Function Documentation

template<class... P>
template<class Tout , class Tf , class... Tl>
static bool blacklist< P >::__check ( const vartype tval)
inlinestaticprivate

Definition at line 75 of file type_constructor.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

template<class... P>
template<class Tout >
static bool blacklist< P >::__check ( const vartype tval)
inlinestaticprivate

Definition at line 84 of file type_constructor.hpp.

template<class... P>
static bool blacklist< P >::check ( const vartype val)
inlinestaticprivate

Definition at line 88 of file type_constructor.hpp.

Here is the call graph for this function:

Friends And Related Function Documentation

template<class... P>
friend class type_constructor
friend

Definition at line 92 of file type_constructor.hpp.


The documentation for this class was generated from the following file: