|
MarlinMT
0.1.0
|
entry for object to be used Multithreaded. More...
#include <Entry.h>
Inherits marlinmt::book::EntryBase.
Public Member Functions | |
| EntryMultiCopy ()=default | |
| default constructor More... | |
| Handle< T > | handle (std::size_t idx) |
| creates a new handle for the object. More... | |
Static Public Attributes | |
| static constexpr Flag_t | Flag = Flags::Book::MultiCopy |
Private Member Functions | |
| EntryMultiCopy (Context context) | |
| constructor More... | |
Private Attributes | |
| friend | BookStore |
| Context | _context |
entry for object to be used Multithreaded.
contains multiple instances to avoid synchronisation.
|
inlineexplicitprivate |
|
default |
default constructor
|
inline |
creates a new handle for the object.
| idx | id of instance to get handle. |
Definition at line 72 of file Entry.h.
References marlinmt::book::EntrySingle< T >::_context, and marlinmt::book::Context::mem.
|
private |
|
private |
|
static |