LILAC
|
Class for iterating over a list of types and creating the corresponding template class. More...
#include <type_constructor.hpp>
Public Member Functions | |
typelist () |
Static Private Member Functions | |
template<class Tout , template< class > class Toh, template< class, class > class Tcr, class Tf , class... Tl> | |
static Toh< Tout > * | __create (const vartype *tval) |
template<class Tout , template< class > class Toh, template< class, class > class Tcr> | |
static Toh< Tout > * | __create (const vartype *tval) |
template<class Tout , template< class > class Toh, template< class, class > class Tcr> | |
static void | create (Toh< Tout > **in, const vartype *val) |
Friends | |
class | type_constructor |
Class for iterating over a list of types and creating the corresponding template class.
Definition at line 38 of file type_constructor.hpp.
Definition at line 64 of file type_constructor.hpp.
|
inlinestaticprivate |
Definition at line 40 of file type_constructor.hpp.
|
friend |
Definition at line 64 of file type_constructor.hpp.