template<typename T>
Simulator::SerializationTypes::SerializedType<eastl::hash_set<T>> struct

Public static functions

static auto Read(ISerializerReadStream* stream, eastl::hash_set<T>* dst) -> bool
static auto Write(ISerializerWriteStream* stream, eastl::hash_set<T>* src) -> bool
static auto ReadText(const eastl::string& str, eastl::hash_set<T>* dst) -> void
static auto WriteText(char* buf, eastl::hash_set<T>* src) -> void