Public Member Functions | |
| EntryInfo (const EntryInfo &rhs)=default | |
| EntryInfo (EntryInfo &&rhs) | |
| EntryInfo & | operator= (const EntryInfo &rhs)=default |
| EntryInfo & | operator= (EntryInfo &&rhs) |
Public Attributes | ||
| AZStd::string | m_key | |
| ContentType | m_type | |
| union { | ||
| size_t stringValue | ||
| bool boolValue | ||
| int64_t intValue | ||
| uint64_t uintValue | ||
| float floatValue | ||
| double doubleValue | ||
| size_t uuidValue | ||
| } | m_value | |