Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Dom::Array Class Reference

Internal storage for a Value array: an ordered list of Values. More...

#include <DomValue.h>

Public Types

using ContainerType = AZStd::vector< Value, StdValueAllocator >
 
using Iterator = ContainerType::iterator
 
using ConstIterator = ContainerType::const_iterator
 

Public Member Functions

const ContainerTypeGetValues () const
 

Static Public Attributes

static constexpr const size_t ReserveIncrement = 4
 

Friends

class Value
 

Detailed Description

Internal storage for a Value array: an ordered list of Values.


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