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

#include <ParameterResolver.h>

Public Member Functions

 ResolvedComponentInstance ()
 
 ResolvedComponentInstance (const std::string &type)
 

Public Attributes

std::string componentType
 
std::map< std::string, ComponentParameterparameters
 
bool isValid
 
std::vector< std::string > errors
 

Detailed Description

Definition at line 62 of file ParameterResolver.h.

Constructor & Destructor Documentation

◆ ResolvedComponentInstance() [1/2]

ResolvedComponentInstance::ResolvedComponentInstance ( )
inline

Definition at line 69 of file ParameterResolver.h.

◆ ResolvedComponentInstance() [2/2]

ResolvedComponentInstance::ResolvedComponentInstance ( const std::string &  type)
inlineexplicit

Definition at line 70 of file ParameterResolver.h.

Member Data Documentation

◆ componentType

std::string ResolvedComponentInstance::componentType

Definition at line 64 of file ParameterResolver.h.

◆ errors

std::vector<std::string> ResolvedComponentInstance::errors

Definition at line 67 of file ParameterResolver.h.

◆ isValid

bool ResolvedComponentInstance::isValid

Definition at line 66 of file ParameterResolver.h.

◆ parameters

std::map<std::string, ComponentParameter> ResolvedComponentInstance::parameters

Definition at line 65 of file ParameterResolver.h.


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