Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Core::LoadRvmCommand::RvmparserOption< T > Struct Template Reference
Inheritance diagram for Cogs::Core::LoadRvmCommand::RvmparserOption< T >:
Cogs::Core::LoadRvmCommand::RvmparserOptionBase

Public Member Functions

 RvmparserOption (StringView aKey, T aValue)
 
void addPropertyTo (PropertyStore *store) override
 
virtual void addPropertyTo (PropertyStore *store)=0
 

Public Attributes

StringView key
 
value
 

Detailed Description

template<typename T>
struct Cogs::Core::LoadRvmCommand::RvmparserOption< T >

Definition at line 38 of file LoadRvmCommand.h.

Constructor & Destructor Documentation

◆ RvmparserOption()

template<typename T >
Cogs::Core::LoadRvmCommand::RvmparserOption< T >::RvmparserOption ( StringView  aKey,
aValue 
)
inline

Definition at line 41 of file LoadRvmCommand.h.

Member Function Documentation

◆ addPropertyTo()

template<typename T >
void Cogs::Core::LoadRvmCommand::RvmparserOption< T >::addPropertyTo ( PropertyStore store)
inlineoverridevirtual

Implements Cogs::Core::LoadRvmCommand::RvmparserOptionBase.

Definition at line 42 of file LoadRvmCommand.h.

Member Data Documentation

◆ key

Definition at line 43 of file LoadRvmCommand.h.

◆ value

template<typename T >
T Cogs::Core::LoadRvmCommand::RvmparserOption< T >::value

Definition at line 44 of file LoadRvmCommand.h.


The documentation for this struct was generated from the following file: