RetroArch
Public Attributes | List of all members
GenericValue< Encoding, Allocator >::Data Union Reference

#include <document.h>

Collaboration diagram for GenericValue< Encoding, Allocator >::Data:
[legend]

Public Attributes

String s
 
ShortString ss
 
Number n
 
ObjectData o
 
ArrayData a
 
Flag f
 

Member Data Documentation

◆ a

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
ArrayData GenericValue< Encoding, Allocator >::Data::a

◆ f

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
Flag GenericValue< Encoding, Allocator >::Data::f

◆ n

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
Number GenericValue< Encoding, Allocator >::Data::n

◆ o

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
ObjectData GenericValue< Encoding, Allocator >::Data::o

◆ s

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
String GenericValue< Encoding, Allocator >::Data::s

◆ ss

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
ShortString GenericValue< Encoding, Allocator >::Data::ss

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