23 INLINE
void TypeRegistry::
24 freshen_derivations() {
25 if (!_derivations_fresh) {
26 rebuild_derivations();
27 _derivations_fresh =
true;
36 INLINE
void TypeRegistry::
61 if (handle._index >= (
int)_handle_registry.size() ||
64 return look_up_invalid(handle,
object);
67 return _handle_registry[(size_t)handle._index];
This is an abstract class that all classes which use TypeHandle, and also provide virtual functions t...
This is a single entry in the TypeRegistry.
A fake mutex implementation for single-threaded applications that don't need any synchronization cont...
TypeHandle is the identifier used to differentiate C++ class types.