Usd Notice Framework 0.8.3
Loading...
Searching...
No Matches
unf::DispatcherFactory Class Referenceabstract

Interface for building Dispatcher type. More...

#include <dispatcher.h>

Inheritance diagram for unf::DispatcherFactory:
PXR_NS::TfType::FactoryBase unf::DispatcherFactoryImpl< T >

Public Member Functions

virtual PXR_NS::TfRefPtr< DispatcherNew (const BrokerWeakPtr &broker) const =0
 Base constructor to create a Dispatcher.
 

Detailed Description

Interface for building Dispatcher type.

See also
DispatcherFactoryImpl

Member Function Documentation

◆ New()

virtual PXR_NS::TfRefPtr< Dispatcher > unf::DispatcherFactory::New ( const BrokerWeakPtr broker) const
pure virtual

Base constructor to create a Dispatcher.

Implemented in unf::DispatcherFactoryImpl< T >.


The documentation for this class was generated from the following file: