|
Refureku v2.2.0
C++17 runtime reflection library.
|
This is the complete list of members for rfk::Variable, including all inherited members.
| addProperty(Property const &property) noexcept | rfk::Entity | |
| Entity(Entity const &)=delete (defined in rfk::Entity) | rfk::Entity | |
| Entity(Entity &&) noexcept (defined in rfk::Entity) | rfk::Entity | protected |
| Entity(EntityImpl *implementation) noexcept (defined in rfk::Entity) | rfk::Entity | protected |
| foreachProperty(Visitor< Property > visitor, void *userData) const | rfk::Entity | |
| get() const | rfk::Variable | |
| rfk::VariableBase::get(void *ptr) const | rfk::VariableBase | protected |
| rfk::VariableBase::get(void const *ptr) const | rfk::VariableBase | protected |
| getConstPtr() const noexcept | rfk::Variable | |
| getFlags() const noexcept | rfk::Variable | |
| getId() const noexcept | rfk::Entity | |
| getKind() const noexcept | rfk::Entity | |
| getName() const noexcept | rfk::Entity | |
| getOuterEntity() const noexcept | rfk::Entity | |
| getProperties(bool isChildClassValid=true) const noexcept | rfk::Entity | |
| getProperties(Struct const &archetype, bool isChildClassValid=true) const noexcept | rfk::Entity | |
| getPropertiesByName(char const *name) const noexcept | rfk::Entity | |
| getPropertiesByPredicate(Predicate< Property > predicate, void *userData) const | rfk::Entity | |
| getPropertiesCount() const noexcept | rfk::Entity | |
| getProperty(bool isChildClassValid=true) const noexcept | rfk::Entity | |
| getProperty(Struct const &archetype, bool isChildClassValid=true) const noexcept | rfk::Entity | |
| getPropertyAt(std::size_t propertyIndex) const noexcept | rfk::Entity | |
| getPropertyByName(char const *name) const noexcept | rfk::Entity | |
| getPropertyByPredicate(Predicate< Property > predicate, void *userData) const | rfk::Entity | |
| getPtr() const | rfk::Variable | |
| getType() const noexcept | rfk::VariableBase | |
| hasSameName(char const *name) const noexcept | rfk::Entity | |
| is_value_v (defined in rfk::VariableBase) | rfk::VariableBase | protectedstatic |
| isStatic() const noexcept | rfk::Variable | |
| operator!=(Entity const &other) const noexcept (defined in rfk::Entity) | rfk::Entity | |
| operator=(Entity const &)=delete (defined in rfk::Entity) | rfk::Entity | |
| operator=(Entity &&)=delete (defined in rfk::Entity) | rfk::Entity | |
| operator==(Entity const &other) const noexcept (defined in rfk::Entity) | rfk::Entity | |
| set(ValueType &&value) const | rfk::Variable | |
| set(void const *valuePtr, std::size_t valueSize) const | rfk::Variable | |
| rfk::VariableBase::set(void *ptr, ValueType &&value) const | rfk::VariableBase | protected |
| rfk::VariableBase::set(void *target, void const *source, std::size_t bytesCount) const | rfk::VariableBase | protected |
| setOuterEntity(Entity const *outerEntity) noexcept | rfk::Entity | |
| setPropertiesCapacity(std::size_t capacity) noexcept | rfk::Entity | |
| throwConstViolationException(char const *message) | rfk::VariableBase | protectedstatic |
| Variable(char const *name, std::size_t id, Type const &type, void *ptr, EVarFlags flags) noexcept (defined in rfk::Variable) | rfk::Variable | |
| Variable(char const *name, std::size_t id, Type const &type, void const *constPtr, EVarFlags flags) noexcept (defined in rfk::Variable) | rfk::Variable | |
| Variable(Variable &&) noexcept (defined in rfk::Variable) | rfk::Variable | |
| VariableBase(VariableBaseImpl *implementation) noexcept (defined in rfk::VariableBase) | rfk::VariableBase | protected |
| VariableBase(VariableBase &&) noexcept (defined in rfk::VariableBase) | rfk::VariableBase | protected |
| ~Entity() noexcept (defined in rfk::Entity) | rfk::Entity | protected |
| ~Variable() noexcept (defined in rfk::Variable) | rfk::Variable | |
| ~VariableBase() noexcept (defined in rfk::VariableBase) | rfk::VariableBase | protected |