|
Stride Reference Manual
1.0
|
#include <dummy.h>


Public Member Functions | |
| template<typename F , typename... Args> | |
| std::result_of< F(Type &, Args...)>::type | call (const F &func, Args &&...args) |
| ~DummyResourceManager () | |
Public Member Functions inherited from unipar::internal::ResourceManager< Impl, Type, Rest... > | |
| ResourceManager ()=default | |
| ResourceManager (const RestType &rest) | |
| ResourceManager (const ResourceManager< Impl, Type, Rest... > &rm) | |
| ResourceManager< Impl, Type, Rest... > & | operator= (const ResourceManager< Impl, Type, Rest... > &other) |
| void | setFunc (const FuncType &f) |
| RestType & | rest () |
| const RestType & | rest () const |
Protected Attributes | |
| Type * | m_value = nullptr |
Protected Attributes inherited from unipar::internal::ResourceManager< Impl, Type, Rest... > | |
| FuncType | m_func |
| RestType | m_rest |
Additional Inherited Members | |
Public Types inherited from unipar::internal::ResourceManager< Impl, Type, Rest... > | |
| using | RestType = typename Impl::template RMType< Impl, Rest... > |
| using | FuncType = std::function< Type()> |
|
inline |
|
inline |
|
protected |