This is the complete list of members for TypeHandle, including all inherited members.
allocate_array(size_t size) | TypeHandle | |
compare_to(const TypeHandle &other) const | TypeHandle | inline |
deallocate_array(void *ptr) | TypeHandle | |
dec_memory_usage(MemoryClass memory_class, size_t size) | TypeHandle | |
from_index(int index) (defined in TypeHandle) | TypeHandle | inlinestatic |
get_best_parent_from_Set(const std::set< int > &legal_vals) const | TypeHandle | |
get_child_class | TypeHandle | inline |
get_child_class(int index) const (defined in TypeHandle) | TypeHandle | inline |
get_hash() const | TypeHandle | inline |
get_index | TypeHandle | inline |
get_index() const (defined in TypeHandle) | TypeHandle | inline |
get_memory_usage(MemoryClass memory_class) const | TypeHandle | |
get_name | TypeHandle | inline |
get_name(TypedObject *object=nullptr) const (defined in TypeHandle) | TypeHandle | inline |
get_num_child_classes | TypeHandle | inline |
get_num_child_classes(TypedObject *object=nullptr) const (defined in TypeHandle) | TypeHandle | inline |
get_num_parent_classes | TypeHandle | inline |
get_num_parent_classes(TypedObject *object=nullptr) const (defined in TypeHandle) | TypeHandle | inline |
get_parent_class | TypeHandle | inline |
get_parent_class(int index) const (defined in TypeHandle) | TypeHandle | inline |
get_parent_towards(TypeHandle ancestor, TypedObject *object=nullptr) const | TypeHandle | inline |
inc_memory_usage(MemoryClass memory_class, size_t size) | TypeHandle | |
is_derived_from(TypeHandle parent, TypedObject *object=nullptr) const | TypeHandle | inline |
MC_array enum value (defined in TypeHandle) | TypeHandle | |
MC_deleted_chain_active enum value (defined in TypeHandle) | TypeHandle | |
MC_deleted_chain_inactive enum value (defined in TypeHandle) | TypeHandle | |
MC_limit enum value (defined in TypeHandle) | TypeHandle | |
MC_singleton enum value (defined in TypeHandle) | TypeHandle | |
MemoryClass enum name (defined in TypeHandle) | TypeHandle | |
none() (defined in TypeHandle) | TypeHandle | inlinestatic |
operator !=(const TypeHandle &other) const (defined in TypeHandle) | TypeHandle | inline |
operator >(const TypeHandle &other) const (defined in TypeHandle) | TypeHandle | inline |
operator >=(const TypeHandle &other) const (defined in TypeHandle) | TypeHandle | inline |
operator bool() const | TypeHandle | inline |
operator<(const TypeHandle &other) const (defined in TypeHandle) | TypeHandle | inline |
operator<=(const TypeHandle &other) const (defined in TypeHandle) | TypeHandle | inline |
operator==(const TypeHandle &other) const (defined in TypeHandle) | TypeHandle | inline |
output(std::ostream &out) const (defined in TypeHandle) | TypeHandle | inline |
reallocate_array(void *ptr, size_t size) | TypeHandle | |
TypeHandle() noexcept=default (defined in TypeHandle) | TypeHandle | |
TypeRegistry (defined in TypeHandle) | TypeHandle | friend |