opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
component_registry_base.h File Reference
#include <libopynsim/component_registry/component_registry_entry_base.h>
#include <liboscar/utilities/c_string_view.h>
#include <OpenSim/Common/Component.h>
#include <concepts>
#include <cstddef>
#include <optional>
#include <string>
#include <string_view>
#include <typeinfo>
#include <utility>
#include <vector>
Include dependency graph for component_registry_base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  opyn::ComponentRegistryBase
 

Namespaces

namespace  opyn
 

Functions

std::optional< size_t > opyn::IndexOf (const ComponentRegistryBase &, std::string_view componentClassName)
 
std::optional< size_t > opyn::IndexOf (const ComponentRegistryBase &, const OpenSim::Component &)
 
template<typename T >
std::optional< size_t > opyn::IndexOf (const ComponentRegistryBase &registry)