|
opynsim
Unofficial C++ Documentation
|
#include <libopynsim/component_registry/component_registry_base.h>#include <libopynsim/component_registry/component_registry_entry.h>#include <concepts>#include <cstddef>#include <stdexcept>#include <string_view>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | opyn::ComponentRegistry< T > |
Namespaces | |
| namespace | opyn |
Functions | |
| template<typename T > | |
| const ComponentRegistryEntry< T > & | opyn::At (const ComponentRegistry< T > ®istry, size_t i) |
| template<typename T > | |
| const ComponentRegistryEntry< T > & | opyn::Get (ComponentRegistry< T > const ®istry, const T &el) |
| template<typename T > | |
| const ComponentRegistryEntry< T > & | opyn::Get (const ComponentRegistry< T > ®istry, std::string_view componentClassName) |