|
LILAC
|
This is the actual creator class. It creates a pointer of Tin with the template parameter Tval. More...


Public Member Functions | |
| std::shared_ptr< Tout > | create () |
| Returns a Tin<Tval>* casted up to a Tout*. | |
| virtual | ~ttype () |
Public Member Functions inherited from type_constructor< Tin >::_ttype< Tout > | |
| virtual | ~_ttype () |
This is the actual creator class. It creates a pointer of Tin with the template parameter Tval.
Definition at line 171 of file type_constructor.hpp.
|
inlinevirtual |
Definition at line 177 of file type_constructor.hpp.
|
inlinevirtual |
Returns a Tin<Tval>* casted up to a Tout*.
Implements type_constructor< Tin >::_ttype< Tout >.
Definition at line 174 of file type_constructor.hpp.
1.8.1.2