Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Olympe::CatalogParameter Struct Reference

#include <EnumCatalogManager.h>

Public Member Functions

 CatalogParameter ()=default
 
 CatalogParameter (const std::string &n, const std::string &t, bool req=false, const std::string &def="")
 

Public Attributes

std::string name
 
std::string type
 
bool required = false
 
std::string defaultValue
 

Detailed Description

Definition at line 19 of file EnumCatalogManager.h.

Constructor & Destructor Documentation

◆ CatalogParameter() [1/2]

Olympe::CatalogParameter::CatalogParameter ( )
default

◆ CatalogParameter() [2/2]

Olympe::CatalogParameter::CatalogParameter ( const std::string &  n,
const std::string &  t,
bool  req = false,
const std::string &  def = "" 
)
inline

Definition at line 27 of file EnumCatalogManager.h.

Member Data Documentation

◆ defaultValue

std::string Olympe::CatalogParameter::defaultValue

Definition at line 24 of file EnumCatalogManager.h.

◆ name

std::string Olympe::CatalogParameter::name

Definition at line 21 of file EnumCatalogManager.h.

◆ required

bool Olympe::CatalogParameter::required = false

Definition at line 23 of file EnumCatalogManager.h.

◆ type

std::string Olympe::CatalogParameter::type

Definition at line 22 of file EnumCatalogManager.h.


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