#include <typeDispatchTable.h>
This file defines VdfTypeDispatchTable, a template that can be used to perform runtime type dispatch.
Definition at line 31 of file typeDispatchTable.h.
| VDF_API Vdf_TypeDispatchTableBase::Vdf_TypeDispatchTableBase |
( |
| ) |
|
|
protected |
| VDF_API Vdf_TypeDispatchTableBase::~Vdf_TypeDispatchTableBase |
( |
| ) |
|
|
protected |
Find a registered function pointer for type t. Issues a fatal error if no function has been registered for type t.
| VDF_API bool Vdf_TypeDispatchTableBase::_RegisterType |
( |
const std::type_info & |
ti, |
|
|
void * |
f |
|
) |
| |
|
protected |
Register function pointer f as the implementation to dispatch to for type ti.
| VDF_API bool Vdf_TypeDispatchTableBase::IsTypeRegistered |
( |
TfType |
t | ) |
const |
Returns true if a function has been registered for type t.
The documentation for this class was generated from the following file: