#include <manual_constructor.h>
|
BaseType * | get () |
|
const BaseType * | get () const |
|
BaseType * | operator-> () |
|
const BaseType * | operator-> () const |
|
BaseType & | operator* () |
|
const BaseType & | operator* () const |
|
template<class DerivedType > |
void | Init () |
|
template<class DerivedType , typename... Ts> |
void | Init (Ts &&... args) |
|
template<class DerivedType > |
void | Init (const DerivedType &x) |
|
template<class DerivedType > |
void | Init (DerivedType &&x) |
|
void | Destroy () |
|
◆ Destroy()
template<class BaseType , class... DerivedTypes>
◆ get() [1/2]
template<class BaseType , class... DerivedTypes>
◆ get() [2/2]
template<class BaseType , class... DerivedTypes>
◆ Init() [1/4]
template<class BaseType , class... DerivedTypes>
template<class DerivedType >
◆ Init() [2/4]
template<class BaseType , class... DerivedTypes>
template<class DerivedType , typename... Ts>
◆ Init() [3/4]
template<class BaseType , class... DerivedTypes>
template<class DerivedType >
◆ Init() [4/4]
template<class BaseType , class... DerivedTypes>
template<class DerivedType >
◆ operator*() [1/2]
template<class BaseType , class... DerivedTypes>
◆ operator*() [2/2]
template<class BaseType , class... DerivedTypes>
◆ operator->() [1/2]
template<class BaseType , class... DerivedTypes>
◆ operator->() [2/2]
template<class BaseType , class... DerivedTypes>
The documentation for this class was generated from the following file: