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

#include <DMX.h>

Collaboration diagram for kvpp::DMXValue::Element:

Public Attributes

int32_t index
std::string externalGUID

Static Public Attributes

static constexpr int32_t NULL_INDEX = -1
static constexpr int32_t EXTERNAL_INDEX = -2

Detailed Description

Definition at line 19 of file DMX.h.

Member Data Documentation

◆ EXTERNAL_INDEX

int32_t kvpp::DMXValue::Element::EXTERNAL_INDEX = -2
staticconstexpr

Definition at line 24 of file DMX.h.

◆ externalGUID

std::string kvpp::DMXValue::Element::externalGUID

Definition at line 21 of file DMX.h.

◆ index

int32_t kvpp::DMXValue::Element::index

Definition at line 20 of file DMX.h.

◆ NULL_INDEX

int32_t kvpp::DMXValue::Element::NULL_INDEX = -1
staticconstexpr

Definition at line 23 of file DMX.h.


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