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

#include <EnumCatalogManager.h>

Public Member Functions

 EnumCatalog ()=default
 
const CatalogTypeFindType (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< CatalogTypetypes
 
std::string filepath
 

Detailed Description

Definition at line 45 of file EnumCatalogManager.h.

Constructor & Destructor Documentation

◆ EnumCatalog()

Olympe::EnumCatalog::EnumCatalog ( )
default

Member Function Documentation

◆ FindType()

const CatalogType * Olympe::EnumCatalog::FindType ( const std::string &  id) const
inline

Definition at line 55 of file EnumCatalogManager.h.

References types.

◆ GetTypeIds()

std::vector< std::string > Olympe::EnumCatalog::GetTypeIds ( ) const
inline

Definition at line 66 of file EnumCatalogManager.h.

References GetComponentTypeID_Static(), and types.

+ Here is the call graph for this function:

◆ GetTypeNames()

std::vector< std::string > Olympe::EnumCatalog::GetTypeNames ( ) const
inline

Definition at line 75 of file EnumCatalogManager.h.

References GetComponentTypeID_Static(), and types.

+ Here is the call graph for this function:

Member Data Documentation

◆ catalogType

std::string Olympe::EnumCatalog::catalogType

Definition at line 48 of file EnumCatalogManager.h.

◆ filepath

std::string Olympe::EnumCatalog::filepath

Definition at line 50 of file EnumCatalogManager.h.

◆ types

std::vector<CatalogType> Olympe::EnumCatalog::types

Definition at line 49 of file EnumCatalogManager.h.

Referenced by FindType(), GetTypeIds(), and GetTypeNames().

◆ version

std::string Olympe::EnumCatalog::version

Definition at line 47 of file EnumCatalogManager.h.


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