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

#include <FGD.h>

Collaboration diagram for toolpp::FGD::AutoVisGroup:

Public Attributes

std::string_view parentName
 
std::string_view name
 
std::vector< std::string_view > entities
 

Detailed Description

Definition at line 82 of file FGD.h.

Member Data Documentation

◆ entities

std::vector<std::string_view> toolpp::FGD::AutoVisGroup::entities

Definition at line 85 of file FGD.h.

◆ name

std::string_view toolpp::FGD::AutoVisGroup::name

Definition at line 84 of file FGD.h.

◆ parentName

std::string_view toolpp::FGD::AutoVisGroup::parentName

Definition at line 83 of file FGD.h.


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