| HDK
    | 
#include <discoveryPlugin.h>
 Inheritance diagram for SdrDiscoveryPluginContext:
 Inheritance diagram for SdrDiscoveryPluginContext:| Public Member Functions | |
| virtual SDR_API | ~SdrDiscoveryPluginContext ()=default | 
|  Public Member Functions inherited from NdrDiscoveryPluginContext | |
| virtual NDR_API | ~NdrDiscoveryPluginContext ()=default | 
| virtual NDR_API TfToken | GetSourceType (const TfToken &discoveryType) const =0 | 
|  Public Member Functions inherited from TfRefBase | |
| TfRefBase () | |
| TfRefBase (TfRefBase const &) | |
| TfRefBase & | operator= (TfRefBase const &) | 
| size_t | GetCurrentCount () const | 
| Return the current reference count of this object.  More... | |
| bool | IsUnique () const | 
| Return true if only one TfRefPtrpoints to this object.  More... | |
| void | SetShouldInvokeUniqueChangedListener (bool shouldCall) | 
|  Public Member Functions inherited from TfWeakBase | |
| TfWeakBase () | |
| TfWeakBase (const TfWeakBase &) | |
| const TfWeakBase & | __GetTfWeakBase__ () const | 
| const TfWeakBase & | operator= (const TfWeakBase &) | 
| void | EnableNotification2 () const | 
| TF_API void const * | GetUniqueIdentifier () const | 
| Additional Inherited Members | |
|  Public Types inherited from TfRefBase | |
| typedef void(* | UniqueChangedFuncPtr )(TfRefBase const *, bool) | 
|  Static Public Member Functions inherited from TfRefBase | |
| static TF_API void | SetUniqueChangedListener (UniqueChangedListener listener) | 
|  Protected Member Functions inherited from TfRefBase | |
| virtual TF_API | ~TfRefBase () | 
|  Protected Member Functions inherited from TfWeakBase | |
| ~TfWeakBase () | |
| 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 44 of file discoveryPlugin.h.
| 
 | virtualdefault |