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

#include <FGD.h>

Collaboration diagram for toolpp::FGD::Entity::Field:

Public Attributes

std::string_view name
std::string_view valueType
bool readonly
bool reportable
std::string_view displayName
std::string_view valueDefault
std::string_view description

Detailed Description

Definition at line 24 of file FGD.h.

Member Data Documentation

◆ description

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

Definition at line 31 of file FGD.h.

◆ displayName

std::string_view toolpp::FGD::Entity::Field::displayName

Definition at line 29 of file FGD.h.

◆ name

std::string_view toolpp::FGD::Entity::Field::name

Definition at line 25 of file FGD.h.

◆ readonly

bool toolpp::FGD::Entity::Field::readonly

Definition at line 27 of file FGD.h.

◆ reportable

bool toolpp::FGD::Entity::Field::reportable

Definition at line 28 of file FGD.h.

◆ valueDefault

std::string_view toolpp::FGD::Entity::Field::valueDefault

Definition at line 30 of file FGD.h.

◆ valueType

std::string_view toolpp::FGD::Entity::Field::valueType

Definition at line 26 of file FGD.h.


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