# component_kind.hpp Source: [component_kind.hpp](../../../../src/system/component_kind.hpp) ## Enums ### `enum ComponentKind` ๐Ÿ“ [component_kind.hpp:10](../../../../src/system/component_kind.hpp#L10) ## Free Functions ### `const char * component_kind_name(ComponentKind k)` ๐Ÿ“ [component_kind.hpp:22](../../../../src/system/component_kind.hpp#L22) ### `bool component_kind_from_name(const std::string &s, ComponentKind &out)` ๐Ÿ“ [component_kind.hpp:23](../../../../src/system/component_kind.hpp#L23) ### `ComponentKind infer_component_kind(const std::string &part_name)` ๐Ÿ“ [component_kind.hpp:24](../../../../src/system/component_kind.hpp#L24) --- โ† [Back to files](index.md) ยท [Top](../index.md)