GenApi  3.5.1
Public Member Functions | List of all members
CFloatPtr Class Reference

SmartPointer for IFloat interface pointer.

Inherits CPointer< IFloat, IBase >.

Public Member Functions

 CFloatPtr () throw ()
 Default constructor.
 
 CFloatPtr (IBase *pB)
 Constructor from IBase pointer type.
 
CFloatPtroperator= (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.
 
- Public Member Functions inherited from CPointer< IFloat, IBase >
 CPointer (void) throw ()
 Default constructor.
 
 CPointer (IBase *pB)
 Constructor from INode pointer type.
 
CPointeroperator= (IBase *pB)
 Assign INode Pointer.
 
 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
 

Additional Inherited Members

- Protected Attributes inherited from CPointer< IFloat, IBase >
IFloat * m_pT
 Underlying raw pointer.