|
HDK
|
This is the complete list of members for TfType, including all inherited members.
| _TypeInfo | TfType | friend |
| ABSTRACT enum value | TfType | |
| AddAlias(const std::string &name) | TfType | inlinestatic |
| AddAlias(TfType base, const std::string &name) const | TfType | |
| Alias(TfType base, const std::string &name) const | TfType | inline |
| CastFromAncestor(TfType ancestor, void *addr) const | TfType | |
| CastFromAncestor(TfType ancestor, const void *addr) const | TfType | inline |
| CastToAncestor(TfType ancestor, void *addr) const | TfType | |
| CastToAncestor(TfType ancestor, const void *addr) const | TfType | inline |
| CONCRETE enum value | TfType | |
| Declare(const std::string &typeName) | TfType | static |
| Declare(const std::string &typeName, const std::vector< TfType > &bases, DefinitionCallback definitionCallback=nullptr) | TfType | static |
| Declare() | TfType | static |
| Define() | TfType | static |
| Define() | TfType | static |
| DefinitionCallback typedef | TfType | |
| Factory(std::unique_ptr< FactoryBase > &&factory) const | TfType | inline |
| Factory(std::unique_ptr< T > &&factory) const | TfType | inline |
| Factory() const | TfType | inline |
| Find() | TfType | inlinestatic |
| Find(const T &obj) | TfType | inlinestatic |
| Find(const std::type_info &t) | TfType | inlinestatic |
| FindByName(const std::string &name) | TfType | static |
| FindByTypeid(const std::type_info &t) | TfType | inlinestatic |
| FindDerivedByName(const std::string &name) const | TfType | |
| FindDerivedByName(const std::string &name) | TfType | inlinestatic |
| GetAliases(TfType derivedType) const | TfType | |
| GetAllAncestorTypes(std::vector< TfType > *result) const | TfType | |
| GetAllDerivedTypes(std::set< TfType > *result) const | TfType | |
| GetBaseTypes() const | TfType | |
| GetCanonicalType() const | TfType | |
| GetCanonicalTypeName(const std::type_info &) | TfType | static |
| GetDirectlyDerivedTypes() const | TfType | |
| GetFactory() const | TfType | inline |
| GetNBaseTypes(TfType *out, size_t maxBases) const | TfType | |
| GetRoot() | TfType | static |
| GetSizeof() const | TfType | |
| GetTypeid() const | TfType | |
| GetTypeName() const | TfType | |
| GetUnknownType() | TfType | static |
| IsA(TfType queryType) const | TfType | |
| IsA() const | TfType | inline |
| IsEnumType() const | TfType | |
| IsPlainOldDataType() const | TfType | |
| IsRoot() const | TfType | inline |
| IsUnknown() const | TfType | inline |
| LegacyFlags enum name | TfType | |
| MANUFACTURABLE enum value | TfType | |
| operator UnspecifiedBoolType() const | TfType | inline |
| operator!() const | TfType | inline |
| operator!=(const TfType &t) const | TfType | inline |
| operator<(const TfType &t) const | TfType | inline |
| operator<=(const TfType &t) const | TfType | inline |
| operator==(const TfType &t) const | TfType | inline |
| operator>(const TfType &t) const | TfType | inline |
| operator>=(const TfType &t) const | TfType | inline |
| SetFactory(std::unique_ptr< FactoryBase > &&factory) const | TfType | |
| SetFactory(std::unique_ptr< T > &&factory) const | TfType | inline |
| SetFactory() const | TfType | inline |
| Tf_AddBases | TfType | friend |
| Tf_TypeRegistry class | TfType | friend |
| TfHashAppend(HashState &h, TfType const &type) | TfType | friend |
| TfType() | TfType | |
| UnspecifiedBoolType typedef | TfType |