Internal storage for a Value object: an ordered list of Name / Value pairs. More...
#include <DomValue.h>
Public Types | |
| using | EntryType = AZStd::pair< KeyType, Value > |
| using | ContainerType = AZStd::vector< EntryType, 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 = 8 |
Friends | |
| class | Value |