Public Member Functions | |
| virtual Ref< DownloadInstance > | CreateNewInstance ()=0 |
Public Member Functions inherited from BinaryNinja::StaticCoreRefCountObject< BNDownloadProvider > | |
| StaticCoreRefCountObject () | |
| virtual | ~StaticCoreRefCountObject () |
| BNDownloadProvider * | GetObject () const |
| void | AddRef () |
| void | Release () |
| void | AddRefForRegistration () |
Static Public Member Functions | |
| static std::vector< Ref< DownloadProvider > > | GetList () |
| static Ref< DownloadProvider > | GetByName (const std::string &name) |
| static void | Register (DownloadProvider *provider) |
Static Public Member Functions inherited from BinaryNinja::StaticCoreRefCountObject< BNDownloadProvider > | |
| static BNDownloadProvider * | GetObject (StaticCoreRefCountObject *obj) |
Protected Member Functions | |
| DownloadProvider (const std::string &name) | |
| DownloadProvider (BNDownloadProvider *provider) | |
Static Protected Member Functions | |
| static BNDownloadInstance * | CreateInstanceCallback (void *ctxt) |
Additional Inherited Members | |
Public Attributes inherited from BinaryNinja::StaticCoreRefCountObject< BNDownloadProvider > | |
| std::atomic< int > | m_refs |
| BNDownloadProvider * | m_object |
|
protected |
|
protected |
|
staticprotected |
|
pure virtual |
Implemented in BinaryNinja::CoreDownloadProvider.
|
static |
|
static |
|
static |