AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <EnumParseOverflowContainer.h>
Public Member Functions | |
const Aws::String & | RetrieveOverflow (int hashCode) const |
void | StoreOverflow (int hashCode, const Aws::String &value) |
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.
const Aws::String& Aws::Utils::EnumParseOverflowContainer::RetrieveOverflow | ( | int | hashCode | ) | const |
void Aws::Utils::EnumParseOverflowContainer::StoreOverflow | ( | int | hashCode, |
const Aws::String & | value | ||
) |