| 
    CFx SDK Documentation
    2023 SP0
    
   | 
 
#include <AECSubPtr.h>
  
Public Member Functions | |
| AECSubPtr () | |
| AECSubPtr (const T *pObj) | |
| AECSubPtr (const OdRxObject *pObj) | |
| AECSubPtr (const AECSubPtr &pObj) | |
| AECSubPtr (const TBase &pObj) | |
| AECSubPtr (const OdBaseObjectPtr &pObj) | |
| ~AECSubPtr () | |
| AECSubPtr & | operator= (const AECSubPtr &pObj) | 
| AECSubPtr & | operator= (const TBase &pObj) | 
| AECSubPtr & | operator= (const OdBaseObjectPtr &pObj) | 
| AECSubPtr & | operator= (const T *pObj) | 
| const T * | get () const | 
| T * | get () | 
| T * | operator-> () | 
| const T * | operator-> () const | 
| operator T* () | |
| operator const T * () const | |
| bool | operator== (const T *pObj) const | 
| bool | operator== (const AECSubPtr &ptr) const | 
| bool | operator!= (const T *pObj) const | 
| bool | operator!= (const AECSubPtr &ptr) const | 
  Public Member Functions inherited from AECSubPtrBase< AECImpObj > | |
| bool | isNull () const | 
| AECImpObj * | get () const | 
Additional Inherited Members | |
  Protected Member Functions inherited from AECSubPtrBase< AECImpObj > | |
| AECSubPtrBase () | |
  Protected Attributes inherited from AECSubPtrBase< AECImpObj > | |
| AECImpObj * | m_pObject | 
AEC sub pointer.
<group TA_API_Auxiliary_Classes>
Definition at line 73 of file AECSubPtr.h.
      
  | 
  inline | 
Definition at line 164 of file AECSubPtr.h.
      
  | 
  inline | 
Definition at line 171 of file AECSubPtr.h.
      
  | 
  inline | 
Definition at line 190 of file AECSubPtr.h.
      
  | 
  inline | 
Definition at line 197 of file AECSubPtr.h.
      
  | 
  inline | 
Definition at line 203 of file AECSubPtr.h.
      
  | 
  inline | 
Definition at line 210 of file AECSubPtr.h.
      
  | 
  inline | 
Definition at line 217 of file AECSubPtr.h.
      
  | 
  inline | 
Definition at line 266 of file AECSubPtr.h.
      
  | 
  inline | 
Definition at line 259 of file AECSubPtr.h.
      
  | 
  inline | 
Returns a const pointer to the object referenced by this smart pointer.
Definition at line 307 of file AECSubPtr.h.
      
  | 
  inline | 
Returns a pointer to the object referenced by this smart pointer.
Definition at line 299 of file AECSubPtr.h.
      
  | 
  inline | 
Inequality operator.
Definition at line 339 of file AECSubPtr.h.
      
  | 
  inline | 
Inequality operator.
Definition at line 331 of file AECSubPtr.h.
      
  | 
  inline | 
Definition at line 273 of file AECSubPtr.h.
      
  | 
  inline | 
Definition at line 280 of file AECSubPtr.h.
      
  | 
  inline | 
Definition at line 224 of file AECSubPtr.h.
      
  | 
  inline | 
Definition at line 242 of file AECSubPtr.h.
      
  | 
  inline | 
Assignment operator.
Definition at line 251 of file AECSubPtr.h.
      
  | 
  inline | 
Definition at line 234 of file AECSubPtr.h.
      
  | 
  inline | 
Equality operator.
Definition at line 323 of file AECSubPtr.h.
      
  | 
  inline | 
Equality operator.
Definition at line 315 of file AECSubPtr.h.