![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <Value.h>
Public Member Functions | |
bool | isArray () const |
std::string | getValue () const |
template<typename T > | |
T | getValueAs () const |
Public Attributes | |
std::string | name |
Value::ID | type |
Value::Generic | value |
|
inline |
Value::Generic dmxpp::DMXAttribute::value |