HDK
|
#include "pxr/pxr.h"
#include "pxr/base/tf/api.h"
#include "pxr/base/tf/registryManager.h"
#include "pxr/base/tf/typeFunctions.h"
#include <iosfwd>
#include <memory>
#include <set>
#include <string>
#include <type_traits>
#include <typeinfo>
#include <vector>
#include "pxr/base/tf/type_Impl.h"
Go to the source code of this file.
Classes | |
class | TfType |
class | TfType::FactoryBase |
Base class of all factory types. More... | |
struct | TfType::Bases< Args > |
struct | TfSizeofType< T > |
Metafunction returning sizeof(T) for a type T (or 0 if T is a void type). More... | |
struct | TfSizeofType< void > |
struct | TfSizeofType< const void > |
struct | TfSizeofType< volatile void > |
struct | TfSizeofType< const volatile void > |
Functions | |
TF_API std::ostream & | operator<< (std::ostream &out, const TfType &t) |