![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <EnumCatalogManager.h>
Public Member Functions | |
| EnumCatalog ()=default | |
| const CatalogType * | FindType (const std::string &id) const |
| std::vector< std::string > | GetTypeIds () const |
| std::vector< std::string > | GetTypeNames () const |
Public Attributes | |
| std::string | version |
| std::string | catalogType |
| std::vector< CatalogType > | types |
| std::string | filepath |
Definition at line 45 of file EnumCatalogManager.h.
|
default |
|
inline |
Definition at line 55 of file EnumCatalogManager.h.
References types.
|
inline |
Definition at line 66 of file EnumCatalogManager.h.
References GetComponentTypeID_Static(), and types.
Here is the call graph for this function:
|
inline |
Definition at line 75 of file EnumCatalogManager.h.
References GetComponentTypeID_Static(), and types.
Here is the call graph for this function:| std::string Olympe::EnumCatalog::catalogType |
Definition at line 48 of file EnumCatalogManager.h.
| std::string Olympe::EnumCatalog::filepath |
Definition at line 50 of file EnumCatalogManager.h.
| std::vector<CatalogType> Olympe::EnumCatalog::types |
Definition at line 49 of file EnumCatalogManager.h.
Referenced by FindType(), GetTypeIds(), and GetTypeNames().
| std::string Olympe::EnumCatalog::version |
Definition at line 47 of file EnumCatalogManager.h.