|
TensorRT 11.2.1
|
Interface specifying the base plugin capability. More...
#include <NvInferSafePlugin.h>
Public Member Functions | |
| InterfaceInfo | getInterfaceInfo () const noexcept override |
| Return version information associated with this interface. Applications must not override this method. More... | |
| IPluginV3OneSafeCore (IPluginV3OneSafeCore const &)=default | |
| Copy constructor. More... | |
| IPluginV3OneSafeCore (IPluginV3OneSafeCore &&)=default | |
| Move constructor. More... | |
| IPluginV3OneSafeCore & | operator= (IPluginV3OneSafeCore const &) &=default |
| Copy assignment operator. More... | |
| IPluginV3OneSafeCore & | operator= (IPluginV3OneSafeCore &&) &=default |
| Move assignment operator. More... | |
| ~IPluginV3OneSafeCore () noexcept override=default | |
| Destructor for IPluginV3OneSafeCore. More... | |
| virtual AsciiChar const * | getPluginName () const noexcept=0 |
| Return the plugin name. Should match the plugin name returned by the corresponding plugin creator. More... | |
| virtual AsciiChar const * | getPluginVersion () const noexcept=0 |
| Return the plugin version. Should match the plugin version returned by the corresponding plugin creator. More... | |
| virtual AsciiChar const * | getPluginNamespace () const noexcept=0 |
| Return the namespace of the plugin object. Should match the plugin namespace returned by the corresponding plugin creator. More... | |
Public Member Functions inherited from nvinfer1::IVersionedInterface | |
| virtual APILanguage | getAPILanguage () const noexcept |
| The language used to build the implementation of this Interface. More... | |
| virtual | ~IVersionedInterface () noexcept=default |
Protected Member Functions | |
| IPluginV3OneSafeCore ()=default | |
| Default constructor. More... | |
Protected Member Functions inherited from nvinfer1::IVersionedInterface | |
| IVersionedInterface ()=default | |
| IVersionedInterface (IVersionedInterface const &)=default | |
| IVersionedInterface (IVersionedInterface &&)=default | |
| IVersionedInterface & | operator= (IVersionedInterface const &) &=default |
| IVersionedInterface & | operator= (IVersionedInterface &&) &=default |
Interface specifying the base plugin capability.
|
default |
Copy constructor.
|
default |
Move constructor.
|
overridedefaultnoexcept |
Destructor for IPluginV3OneSafeCore.
|
protecteddefault |
Default constructor.
|
inlineoverridevirtualnoexcept |
Return version information associated with this interface. Applications must not override this method.
Implements nvinfer1::IVersionedInterface.
|
pure virtualnoexcept |
Return the plugin name. Should match the plugin name returned by the corresponding plugin creator.
|
pure virtualnoexcept |
Return the namespace of the plugin object. Should match the plugin namespace returned by the corresponding plugin creator.
|
pure virtualnoexcept |
Return the plugin version. Should match the plugin version returned by the corresponding plugin creator.
|
default |
Move assignment operator.
|
default |
Copy assignment operator.
Copyright © 2024 NVIDIA Corporation
Privacy Policy |
Manage My Privacy |
Do Not Sell or Share My Data |
Terms of Service |
Accessibility |
Corporate Policies |
Product Security |
Contact