InfoEntry
struct InfoEntry;
InfoEntry* next;
typedef InfoEntry ValueType;
size_t Hash(const InfoEntry* value) const
bool Compare(const Key& key, const InfoEntry* value) const
InfoEntry*& GetLink(InfoEntry* value) const
InfoEntry* entry = fNodeInfos->Lookup(Key(variable, path));
entry = new(std::nothrow) InfoEntry(variable, path);
InfoEntry* entry = fNodeInfos->Clear(true);
InfoEntry* next = entry->next;
struct InfoEntry;
InfoEntry*& GetLink(InfoEntry* value) const
InfoEntry* entry = fValues->Lookup(
InfoEntry* entry = fValues->Lookup(Key(variable, path));
entry = new(std::nothrow) InfoEntry(variable, path);
InfoEntry* entry = fValues->Clear(true);
InfoEntry* next = entry->next;
InfoEntry* next;
InfoEntry(ObjectID* variable, TypeComponentPath* path)
typedef InfoEntry ValueType;
size_t Hash(const InfoEntry* value) const
bool Compare(const Key& key, const InfoEntry* value) const