All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
GenApi::CFloatPtr Class Reference

SmartPointer for IFloat interface pointer. More...

#include <GenApi/Pointer.h>

Inheritance diagram for GenApi::CFloatPtr:
Inheritance graph
[legend]

Public Member Functions

 CFloatPtr () throw ()
 Default constructor.
 
 CFloatPtr (IBase *pB)
 Constructor from IBase pointer type.
 
void operator= (IBase *pB)
 Assign IBase Pointer.
 
IInteger * GetIntAlias ()
 gets the interface of an integer alias node.
 
IEnumeration * GetEnumAlias ()
 gets the interface of an enum alias node.
 
 operator IFloat * (void) const
 Dereferencing.
 
IFloat & operator* (void) const
 Dereferencing.
 
IFloat & operator() (void) const
 Dereferencing.
 
IFloat * operator-> (void) const
 Dereferencing.
 
bool IsValid () const throw ()
 true if the pointer is valid
 
 operator bool (void) const throw ()
 true if the pointer is valid
 
bool operator== (IFloat *pT) const
 pointer equal
 
bool operator== (const CPointer< IFloat, IBase > &rT) const
 pointer equal
 
bool operator== (int nMustBeNull) const
 pointer equal
 

Protected Attributes

IFloat * m_pT
 Underlying raw pointer.
 

Detailed Description

SmartPointer for IFloat interface pointer.


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

pylon 5.0.5
Copyright © 2006-2016 Basler AG (Thu Aug 11 2016 18:01:28)