AWS SDK for C++  0.14.3
AWS SDK for C++
Public Member Functions | List of all members
Aws::Utils::EnumParseOverflowContainer Class Reference

#include <EnumParseOverflowContainer.h>

Public Member Functions

const Aws::StringRetrieveOverflow (int hashCode) const
 
void StoreOverflow (int hashCode, const Aws::String &value)
 

Detailed Description

This container is for storing unknown enum values that are encountered during parsing. This is to work around the round-tripping enums problem. It's really just a simple thread-safe hashmap.

Definition at line 32 of file EnumParseOverflowContainer.h.

Member Function Documentation

const Aws::String& Aws::Utils::EnumParseOverflowContainer::RetrieveOverflow ( int  hashCode) const
void Aws::Utils::EnumParseOverflowContainer::StoreOverflow ( int  hashCode,
const Aws::String value 
)

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