|
MarlinMT
0.1.0
|
#include <filesystem>#include <memory>#include <string>#include <typeindex>#include "marlinmt/book/Flags.h"#include "marlinmt/book/Types.h"Go to the source code of this file.
Classes | |
| struct | marlinmt::book::EntryKey |
| Data selection to identify and manage an Entry. More... | |
| class | marlinmt::book::EntryDataBase< T > |
| Base Class for Entry Data, for similar behavior. More... | |
| class | marlinmt::book::EntryDataBase< void > |
| class | marlinmt::book::EntryData< T, long > |
| Container for data to construct and setup booked object. More... | |
| struct | marlinmt::book::Context |
| Data selection for the Entry to work properly. More... | |
| class | marlinmt::book::EntryBase |
| Base type for Entries. To avoid void pointer. More... | |
| struct | std::less< marlinmt::book::EntryKey > |
Namespaces | |
| marlinmt | |
| marlinmt::book | |
| contains classes needed to book and managed booked objects. | |
| std | |