SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
toolpp::FGD::Entity Struct Reference

#include <FGD.h>

Collaboration diagram for toolpp::FGD::Entity:

Classes

struct  ClassProperty
 
struct  Field
 
struct  FieldChoices
 
struct  FieldFlags
 
struct  IO
 

Public Attributes

std::string_view classType
 
std::vector< ClassPropertyclassProperties
 
std::string_view description
 
std::string_view docsURL
 
std::vector< Fieldfields
 
std::vector< FieldChoicesfieldsWithChoices
 
std::vector< FieldFlagsfieldsWithFlags
 
std::vector< IOinputs
 
std::vector< IOoutputs
 

Detailed Description

Definition at line 16 of file FGD.h.

Member Data Documentation

◆ classProperties

std::vector<ClassProperty> toolpp::FGD::Entity::classProperties

Definition at line 70 of file FGD.h.

◆ classType

std::string_view toolpp::FGD::Entity::classType

Definition at line 69 of file FGD.h.

◆ description

std::string_view toolpp::FGD::Entity::description

Definition at line 72 of file FGD.h.

◆ docsURL

std::string_view toolpp::FGD::Entity::docsURL

Definition at line 73 of file FGD.h.

◆ fields

std::vector<Field> toolpp::FGD::Entity::fields

Definition at line 75 of file FGD.h.

◆ fieldsWithChoices

std::vector<FieldChoices> toolpp::FGD::Entity::fieldsWithChoices

Definition at line 76 of file FGD.h.

◆ fieldsWithFlags

std::vector<FieldFlags> toolpp::FGD::Entity::fieldsWithFlags

Definition at line 77 of file FGD.h.

◆ inputs

std::vector<IO> toolpp::FGD::Entity::inputs

Definition at line 78 of file FGD.h.

◆ outputs

std::vector<IO> toolpp::FGD::Entity::outputs

Definition at line 79 of file FGD.h.


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