|
MarlinMT
0.1.0
|
#include <Handle.h>
Inherits marlinmt::book::BaseHandle< T >.
Public Member Functions | |
| Handle (const std::shared_ptr< T > &obj, const std::shared_ptr< MemLayout > &mem) | |
| constructor More... | |
Public Member Functions inherited from marlinmt::book::BaseHandle< T > | |
| const T & | merged () |
| get final object. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from marlinmt::book::BaseHandle< T > | |
| BaseHandle (std::shared_ptr< MemLayout > mem, std::shared_ptr< T > obj) | |
| T & | get () |
| get access to Object. Used by children to abstract storage. More... | |
vanilla Handle.
| T | type which should be handled. |
|
inline |