LILAC
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
type_constructor< Tin >::_ttype< Tout > Class Template Reference

This is an internal polymorphic base class. It returns a pointer of type tout. More...

Inheritance diagram for type_constructor< Tin >::_ttype< Tout >:
Inheritance graph
[legend]

Public Member Functions

virtual std::shared_ptr< Tout > create ()=0
virtual ~_ttype ()

Detailed Description

template<template< class > class Tin>
template<class Tout>
class type_constructor< Tin >::_ttype< Tout >

This is an internal polymorphic base class. It returns a pointer of type tout.

Definition at line 164 of file type_constructor.hpp.

Constructor & Destructor Documentation

template<template< class > class Tin>
template<class Tout>
virtual type_constructor< Tin >::_ttype< Tout >::~_ttype ( )
inlinevirtual

Definition at line 167 of file type_constructor.hpp.

Member Function Documentation

template<template< class > class Tin>
template<class Tout>
virtual std::shared_ptr<Tout> type_constructor< Tin >::_ttype< Tout >::create ( )
pure virtual

Implemented in type_constructor< Tin >::ttype< Tval, Tout >.

Here is the caller graph for this function:


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