Smartpointer for NodeMaps with create function. More...
#include <NodeMapRef.h>
Public Member Functions | |
CNodeMapRef (const GENICAM_NAMESPACE::gcstring &DeviceName="Device") | |
Constructor. | |
CNodeMapRef (INodeMap *pNodeMap, const GENICAM_NAMESPACE::gcstring &DeviceName="Device") | |
Constructor. | |
CNodeMapRef (const CNodeMapRef &Them) | |
Copy constructor. | |
CNodeMapRef & | operator= (const CNodeMapRef &Them) |
Assignment. | |
CNodeMapRef & | operator= (INodeMap *pNodeMap) |
Assignment of an INodeMap*. |
Smartpointer for NodeMaps with create function.
Definition at line 470 of file NodeMapRef.h.
GENAPI_NAMESPACE::CNodeMapRef::CNodeMapRef | ( | const GENICAM_NAMESPACE::gcstring & | DeviceName = "Device" | ) | [inline] |
Constructor.
Definition at line 474 of file NodeMapRef.h.
GENAPI_NAMESPACE::CNodeMapRef::CNodeMapRef | ( | INodeMap * | pNodeMap, |
const GENICAM_NAMESPACE::gcstring & | DeviceName = "Device" |
||
) | [inline] |
Constructor.
Definition at line 480 of file NodeMapRef.h.
GENAPI_NAMESPACE::CNodeMapRef::CNodeMapRef | ( | const CNodeMapRef & | Them | ) | [inline] |
Copy constructor.
Definition at line 486 of file NodeMapRef.h.
CNodeMapRef& GENAPI_NAMESPACE::CNodeMapRef::operator= | ( | const CNodeMapRef & | Them | ) | [inline] |
Assignment.
Definition at line 492 of file NodeMapRef.h.
CNodeMapRef& GENAPI_NAMESPACE::CNodeMapRef::operator= | ( | INodeMap * | pNodeMap | ) | [inline] |
Assignment of an INodeMap*.
Reimplemented from GENAPI_NAMESPACE::CNodeMapRefT< GENAPI_NAMESPACE::CGeneric_XMLLoaderParams >.
Definition at line 499 of file NodeMapRef.h.