Radium Engine
1.5.20
|
This is the complete list of members for Ra::Core::VariableSet, including all inherited members.
clear() | Ra::Core::VariableSet | |
deleteAllVariables() | Ra::Core::VariableSet | |
deleteVariable(const std::string &name) | Ra::Core::VariableSet | |
deleteVariable(H &handle) | Ra::Core::VariableSet | |
existsVariable(const std::string &name) const -> Utils::optional< VariableHandle< T > > | Ra::Core::VariableSet | |
existsVariableType() const -> Utils::optional< VariableContainer< T > * > | Ra::Core::VariableSet | |
getAllVariables() const -> VariableContainer< T > & | Ra::Core::VariableSet | |
getAllVariablesFromHandle(const H &handle) -> VariableContainer< VariableTypeFromHandle< H > > & | Ra::Core::VariableSet | |
getStoredTypes() const -> const std::vector< std::type_index > & | Ra::Core::VariableSet | inline |
getVariable(const std::string &name) const -> const T & | Ra::Core::VariableSet | |
getVariable(const std::string &name) -> T & (defined in Ra::Core::VariableSet) | Ra::Core::VariableSet | |
getVariableHandle(const std::string &name) const -> const VariableHandle< T > | Ra::Core::VariableSet | |
insertVariable(const std::string &name, const T &value) -> std::pair< VariableHandle< T >, bool > | Ra::Core::VariableSet | |
isHandleValid(const H &handle) const | Ra::Core::VariableSet | |
mergeKeepVariables(const VariableSet &from) | Ra::Core::VariableSet | |
mergeReplaceVariables(const VariableSet &from) | Ra::Core::VariableSet | |
numberOf() const | Ra::Core::VariableSet | |
operator=(const VariableSet &other) -> VariableSet & | Ra::Core::VariableSet | |
operator=(VariableSet &&other) noexcept -> VariableSet & | Ra::Core::VariableSet | |
setVariable(const std::string &name, const T &value) -> std::pair< VariableHandle< T >, bool > | Ra::Core::VariableSet | |
size() const | Ra::Core::VariableSet | |
Variable typedef | Ra::Core::VariableSet | |
VariableContainer typedef | Ra::Core::VariableSet | |
VariableHandle typedef | Ra::Core::VariableSet | |
VariableSet() | Ra::Core::VariableSet | inline |
VariableSet(const VariableSet &other) noexcept | Ra::Core::VariableSet | inline |
VariableSet(VariableSet &&other) noexcept | Ra::Core::VariableSet | inline |
VariableType typedef | Ra::Core::VariableSet | |
VariableTypeFromHandle typedef | Ra::Core::VariableSet | |
visit(F &&visitor) const | Ra::Core::VariableSet | inline |
visit(F &&visitor, T &userParams) const | Ra::Core::VariableSet | inline |
visit(F &&visitor, T &&userParams) const | Ra::Core::VariableSet | inline |
visitStatic(F &&visitor, U &userParams) const (defined in Ra::Core::VariableSet) | Ra::Core::VariableSet | |
visitStatic(F &&visitor, U &&userParams) const (defined in Ra::Core::VariableSet) | Ra::Core::VariableSet | |
~VariableSet()=default (defined in Ra::Core::VariableSet) | Ra::Core::VariableSet |