| CFx SDK Documentation
    2023 SP0
    | 
#include <AECSubPtr.h>
| Public Member Functions | |
| bool | isNull () const | 
| B * | get () const | 
| Protected Member Functions | |
| AECSubPtrBase () | |
| Protected Attributes | |
| B * | m_pObject | 
Base class for AEC sub pointer.
<group TA_API_Auxiliary_Classes>
Definition at line 37 of file AECSubPtr.h.
| 
 | inlineprotected | 
Default constructor.
Definition at line 60 of file AECSubPtr.h.
| 
 | inline | 
Returns raw pointer to sub-object.
Definition at line 51 of file AECSubPtr.h.
| 
 | inline | 
Returns true if this smart pointer contains a null reference, false otherwise.
Definition at line 43 of file AECSubPtr.h.
| 
 | protected | 
Definition at line 65 of file AECSubPtr.h.