CFx SDK Documentation  2023 SP0
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
AECSubPtrBase< B > Class Template Reference

#include <AECSubPtr.h>

Public Member Functions

bool isNull () const
 
B * get () const
 

Protected Member Functions

 AECSubPtrBase ()
 

Protected Attributes

B * m_pObject
 

Detailed Description

template<class B>
class AECSubPtrBase< B >

Base class for AEC sub pointer.

<group TA_API_Auxiliary_Classes>

Definition at line 37 of file AECSubPtr.h.

Constructor & Destructor Documentation

◆ AECSubPtrBase()

template<class B >
AECSubPtrBase< B >::AECSubPtrBase ( )
inlineprotected

Default constructor.

Definition at line 60 of file AECSubPtr.h.

Member Function Documentation

◆ get()

template<class B >
B* AECSubPtrBase< B >::get ( ) const
inline

Returns raw pointer to sub-object.

Definition at line 51 of file AECSubPtr.h.

◆ isNull()

template<class B >
bool AECSubPtrBase< B >::isNull ( ) const
inline

Returns true if this smart pointer contains a null reference, false otherwise.

Definition at line 43 of file AECSubPtr.h.

Member Data Documentation

◆ m_pObject

template<class B >
B* AECSubPtrBase< B >::m_pObject
protected

Definition at line 65 of file AECSubPtr.h.


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