|
opynsim
Unofficial C++ Documentation
|
#include <class.h>
Public Member Functions | |
| Class () | |
| Class (std::string_view name, const Class &parent_class=Class{}, std::span< const PropertyInfo > properties=std::span< const PropertyInfo >{}) | |
| const StringName & | name () const |
| std::optional< Class > | parent_class () const |
| std::span< const PropertyInfo > | properties () const |
| std::optional< size_t > | property_index (const StringName &property_name) const |
Friends | |
| bool | operator== (const Class &, const Class &) |
| osc::Class::Class | ( | ) |
|
explicit |
| const StringName & osc::Class::name | ( | ) | const |
| std::optional< Class > osc::Class::parent_class | ( | ) | const |
| std::span< const PropertyInfo > osc::Class::properties | ( | ) | const |
| std::optional< size_t > osc::Class::property_index | ( | const StringName & | property_name | ) | const |