#include <map>
#include "nvsgcommon.h"
#include "nvutil/PlugInCallback.h"
Include dependency graph for PlugIn.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | nvutil |
Typedefs | |
typedef bool(* | PFNQUERYPLUGINTERFACETYPE )(const UPITID &pitid, std::vector< UPIID > &piids) |
Function pointer type for queryPlugInterfaceType export function required by a plug-in. | |
typedef Singleton< PlugInServer > | PIS |
Type define for the application unique PlugInServer. | |
Functions | |
bool | operator< (const UPITID &lhs, const UPITID &rhs) |
bool | operator== (const UPITID &lhs, const UPITID &rhs) |
bool | operator!= (const UPITID &lhs, const UPITID &rhs) |
bool | operator< (const UPIID &lhs, const UPIID &rhs) |
bool | operator== (const UPIID &lhs, const UPIID &rhs) |
bool | operator!= (const UPIID &lhs, const UPIID &rhs) |
Variables | |
typedef bool(* | PFNGETPLUGINTERFACE )(const UPIID &piid, PlugIn *&plugIn) |
Function pointer type for getPlugInterface export function required by a plug-in. |
|
Function pointer type for
|
|
Type define for the application unique PlugInServer.
|
|
Compares two UPITID objects. This operator is required e.g. if it is intended to store UPITID objects in ordered containers.
|
|
Tests two UPITID objects on equality.
|
|
Tests two UPITID objects on inequality.
|
|
Compares two UPIID objects. This operator is required e.g. if it is intended to store UPIID objects in ordered containers.
|
|
Tests two UPIID objects on equality.
|
|
Tests two UPIID objects on inequality.
|
|
Function pointer type for
|