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

#include <FGD.h>

Collaboration diagram for toolpp::FGD::Entity::FieldChoices:

Classes

struct  Choice

Public Attributes

std::string_view name
bool readonly
bool reportable
std::string_view displayName
std::string_view valueDefault
std::string_view description
std::vector< Choicechoices

Detailed Description

Definition at line 34 of file FGD.h.

Member Data Documentation

◆ choices

std::vector<Choice> toolpp::FGD::Entity::FieldChoices::choices

Definition at line 46 of file FGD.h.

◆ description

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

Definition at line 45 of file FGD.h.

◆ displayName

std::string_view toolpp::FGD::Entity::FieldChoices::displayName

Definition at line 43 of file FGD.h.

◆ name

std::string_view toolpp::FGD::Entity::FieldChoices::name

Definition at line 40 of file FGD.h.

◆ readonly

bool toolpp::FGD::Entity::FieldChoices::readonly

Definition at line 41 of file FGD.h.

◆ reportable

bool toolpp::FGD::Entity::FieldChoices::reportable

Definition at line 42 of file FGD.h.

◆ valueDefault

std::string_view toolpp::FGD::Entity::FieldChoices::valueDefault

Definition at line 44 of file FGD.h.


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