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

#include <FGD.h>

Collaboration diagram for toolpp::FGD::Entity::FieldFlags:

Classes

struct  Flag
 

Public Attributes

std::string_view name
 
bool readonly
 
bool reportable
 
std::string_view displayName
 
std::string_view description
 
std::vector< Flagflags
 

Detailed Description

Definition at line 47 of file FGD.h.

Member Data Documentation

◆ description

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

Definition at line 59 of file FGD.h.

◆ displayName

std::string_view toolpp::FGD::Entity::FieldFlags::displayName

Definition at line 58 of file FGD.h.

◆ flags

std::vector<Flag> toolpp::FGD::Entity::FieldFlags::flags

Definition at line 60 of file FGD.h.

◆ name

std::string_view toolpp::FGD::Entity::FieldFlags::name

Definition at line 55 of file FGD.h.

◆ readonly

bool toolpp::FGD::Entity::FieldFlags::readonly

Definition at line 56 of file FGD.h.

◆ reportable

bool toolpp::FGD::Entity::FieldFlags::reportable

Definition at line 57 of file FGD.h.


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