Chicane

Component

Header
Chicane/Grid/Component.hpp
Namespace
Chicane::Grid::Component

Types

TypeNameDescription
std::unordered_map<std::string, Reference*>Variables
pugi::xml_node_iteratorChild
pugi::xml_object_rangeChildren
std::function<Reference (const Event&)>Function
std::unordered_map<std::string, Function>Functions

Functions

AccessModifierTypeNameDescription
publicboolhasComponent(const std::string& inId)
publicvoidaddComponent(const std::string& inId, Component::Compiler::Function inCompiler)
publicComponent::Compiler::FunctiongetComponent(const std::string& inId)