NGL  6.5
The NCCA Graphics Library
GenericValue< Encoding, Allocator >::Data Union Reference

#include <document.h>

+ Collaboration diagram for GenericValue< Encoding, Allocator >::Data:

Public Attributes

String s
 
ShortString ss
 
Number n
 
Object o
 
Array a
 

Detailed Description

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

Definition at line 1674 of file document.h.

Member Data Documentation

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

Definition at line 1679 of file document.h.

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

Definition at line 1677 of file document.h.

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

Definition at line 1678 of file document.h.

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

Definition at line 1675 of file document.h.

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

Definition at line 1676 of file document.h.


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