IN2OSM  1.0.1
GenericValue< Encoding, Allocator >::Data

#include <document.h>

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

Public Attributes

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

Detailed Description

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

Definition at line 2017 of file document.h.

Member Data Documentation

◆ a

Definition at line 2022 of file document.h.

◆ f

Flag f

Definition at line 2023 of file document.h.

◆ n

Number n

Definition at line 2020 of file document.h.

◆ o

Definition at line 2021 of file document.h.

◆ s

String s

Definition at line 2018 of file document.h.

◆ ss

Definition at line 2019 of file document.h.


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