|
Cogs.Core
|
Public Member Functions | |
| RvmparserOption (StringView aKey, T aValue) | |
| void | addPropertyTo (PropertyStore *store) override |
| virtual void | addPropertyTo (PropertyStore *store)=0 |
Public Attributes | |
| StringView | key |
| T | value |
Definition at line 38 of file LoadRvmCommand.h.
|
inline |
Definition at line 41 of file LoadRvmCommand.h.
|
inlineoverridevirtual |
Implements Cogs::Core::LoadRvmCommand::RvmparserOptionBase.
Definition at line 42 of file LoadRvmCommand.h.
| StringView Cogs::Core::LoadRvmCommand::RvmparserOption< T >::key |
Definition at line 43 of file LoadRvmCommand.h.
| T Cogs::Core::LoadRvmCommand::RvmparserOption< T >::value |
Definition at line 44 of file LoadRvmCommand.h.