![]() |
|
A context for discovery. More...
#include <discoveryPlugin.h>
Public Member Functions | |
virtual NDR_API TfToken | GetSourceType (const TfToken &discoveryType) const =0 |
Returns the source type associated with the discovery type. | |
![]() | |
TfRefBase (TfRefBase const &) | |
TfRefBase & | operator= (TfRefBase const &) |
size_t | GetCurrentCount () const |
Return the current reference count of this object. | |
bool | IsUnique () const |
Return true if only one TfRefPtr points to this object. | |
void | SetShouldInvokeUniqueChangedListener (bool shouldCall) |
![]() | |
TfWeakBase (const TfWeakBase &) | |
const TfWeakBase & | __GetTfWeakBase__ () const |
const TfWeakBase & | operator= (const TfWeakBase &) |
void | EnableNotification2 () const |
TF_API void const * | GetUniqueIdentifier () const |
Additional Inherited Members | |
![]() | |
typedef void(* | UniqueChangedFuncPtr) (TfRefBase const *, bool) |
![]() | |
static TF_API void | SetUniqueChangedListener (UniqueChangedListener listener) |
![]() | |
TfRefPtr< Tf_Remnant > | _Register () const |
template<class T > | |
TfRefPtr< Tf_Remnant > | _Register (T *tempRmnt) const |
bool | _HasRemnant () const |
A context for discovery.
Discovery plugins can use this to get a limited set of non-local information without direct coupling between plugins.
Definition at line 38 of file discoveryPlugin.h.
Returns the source type associated with the discovery type.
This may return an empty token if there is no such association.