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

#include <Value.h>

Collaboration diagram for dmxpp::DMXElement:

Public Attributes

std::string type
 
std::string name
 
std::array< std::byte, 16 > guid
 
std::vector< DMXAttributeattributes
 

Detailed Description

Definition at line 182 of file Value.h.

Member Data Documentation

◆ attributes

std::vector<DMXAttribute> dmxpp::DMXElement::attributes

Definition at line 186 of file Value.h.

◆ guid

std::array<std::byte, 16> dmxpp::DMXElement::guid

Definition at line 185 of file Value.h.

◆ name

std::string dmxpp::DMXElement::name

Definition at line 184 of file Value.h.

◆ type

std::string dmxpp::DMXElement::type

Definition at line 183 of file Value.h.


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