Chicane

Component

ヘッダー
Chicane/Grid/Component.hpp
ネームスペース
Chicane::Grid::Component

タイプス

タイプ名前説明
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

関数

アクセスモディファイアタイプ名前説明
publicboolhasComponent(const std::string& inId)
publicvoidaddComponent(const std::string& inId, Component::Compiler::Function inCompiler)
publicComponent::Compiler::FunctiongetComponent(const std::string& inId)