#include <DuneToolManager.h>
Public Types | |
using | ToolPtr = std::unique_ptr< T > |
Public Member Functions | |
TSharedToolEntry (ToolPtr &a_ptr) | |
~TSharedToolEntry ()=default | |
T * | get () |
Public Member Functions inherited from DuneToolManager::SharedToolEntry | |
virtual | ~SharedToolEntry ()=default |
Private Attributes | |
ToolPtr | m_ptr |
Definition at line 47 of file DuneToolManager.h.
using DuneToolManager::TSharedToolEntry< T >::ToolPtr = std::unique_ptr<T> |
Definition at line 49 of file DuneToolManager.h.
|
inline |
Definition at line 50 of file DuneToolManager.h.
|
default |
|
inline |
Definition at line 52 of file DuneToolManager.h.
|
private |
Definition at line 54 of file DuneToolManager.h.