|
MarlinMT
0.1.0
|
minimal entry for Object. More...
#include <Entry.h>
Inherits marlinmt::book::EntryBase.
Public Member Functions | |
| EntrySingle ()=default | |
| default constructor More... | |
| Handle< T > | handle () |
| Creates a new Handle for the object. More... | |
Static Public Attributes | |
| static constexpr Flag_t | Flag = Flags::Book::Single |
Private Member Functions | |
| EntrySingle (Context context) | |
| constructor More... | |
Private Attributes | |
| friend | BookStore |
| Context | _context |
| Context of the Entry. Containing needed references. More... | |
minimal entry for Object.
|
inlineexplicitprivate |
|
default |
default constructor
|
inline |
Creates a new Handle for the object.
Definition at line 40 of file Entry.h.
References marlinmt::book::EntrySingle< T >::_context, and marlinmt::book::Context::mem.
|
private |
Context of the Entry. Containing needed references.
Definition at line 46 of file Entry.h.
Referenced by marlinmt::book::EntrySingle< T >::handle(), marlinmt::book::EntryMultiCopy< T >::handle(), and marlinmt::book::EntryMultiShared< T >::handle().
|
private |
|
static |