![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <FGD.h>

Classes | |
| struct | ClassProperty |
| struct | Field |
| struct | FieldChoices |
| struct | FieldFlags |
| struct | IO |
Public Attributes | |
| std::string_view | classType |
| std::vector< ClassProperty > | classProperties |
| std::string_view | description |
| std::string_view | docsURL |
| std::vector< Field > | fields |
| std::vector< FieldChoices > | fieldsWithChoices |
| std::vector< FieldFlags > | fieldsWithFlags |
| std::vector< IO > | inputs |
| std::vector< IO > | outputs |
| std::vector<ClassProperty> toolpp::FGD::Entity::classProperties |
| std::vector<FieldChoices> toolpp::FGD::Entity::fieldsWithChoices |
| std::vector<FieldFlags> toolpp::FGD::Entity::fieldsWithFlags |