Searched defs:ObjectRegistryData (Results 1 – 1 of 1) sorted by relevance
85 struct ObjectRegistryData { struct86 ObjectRegistryData( ::std::type_info const& rTypeInfo ) in ObjectRegistryData() argument90 char const* const m_pName;91 oslInterlockedCount m_nCount;92 VoidPointerSet m_addresses;93 bool const m_bStoreAddresses;
Completed in 11 milliseconds