Internal storage for a Value array: an ordered list of Values. More...
#include <DomValue.h>
Public Types | |
| using | ContainerType = AZStd::vector< Value, ValueAllocator_for_std_t > |
| using | Iterator = ContainerType::iterator |
| using | ConstIterator = ContainerType::const_iterator |
Public Member Functions | |
| const ContainerType & | GetValues () const |
Static Public Attributes | |
| static constexpr const size_t | ReserveIncrement = 4 |
Friends | |
| class | Value |
Internal storage for a Value array: an ordered list of Values.