al::ByamlData class

Constructors, destructors, conversion operators

ByamlData()

Public functions

void set(const ByamlHashPair* hash_pair, bool isRev)
void set(u8 type, u32 value, bool isRev)
auto getType() const -> ByamlDataType
auto getValue() const -> u32
template<typename T = u32>
auto getValue() const -> T