OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
ocf::TAutoObjectDelete< T > Class Template Reference

#include <ocf/autodefs.h>

Inheritance diagram for ocf::TAutoObjectDelete< T >:
ocf::TAutoObject< T > ocf::TAutoObjectByVal< T >

Public Member Functions

void operator= (T *p)
 
void operator= (T &r)
 
 TAutoObjectDelete ()
 
 TAutoObjectDelete (T *p)
 
 TAutoObjectDelete (T &r)
 
 operator TObjectDescriptor ()
 
- Public Member Functions inherited from ocf::TAutoObject< T >
void operator= (IDispatch &dp)
 
void operator= (T *p)
 
void operator= (T &r)
 
T & operator* ()
 
 operator TObjectDescriptor ()
 
 TAutoObject ()
 
 TAutoObject (T *p)
 
 TAutoObject (T &r)
 
 TAutoObject (IDispatch &dr)
 
 operator T* ()
 
 operator T& ()
 

Additional Inherited Members

- Protected Member Functions inherited from ocf::TAutoObject< T >
F ()
 
- Protected Attributes inherited from ocf::TAutoObject< T >
T * P
 

Detailed Description

template<class T>
class ocf::TAutoObjectDelete< T >

Definition at line 1161 of file autodefs.h.

Constructor & Destructor Documentation

◆ TAutoObjectDelete() [1/3]

template<class T >
ocf::TAutoObjectDelete< T >::TAutoObjectDelete ( )
inline

Definition at line 1165 of file autodefs.h.

◆ TAutoObjectDelete() [2/3]

template<class T >
ocf::TAutoObjectDelete< T >::TAutoObjectDelete ( T * p)
inline

Definition at line 1166 of file autodefs.h.

◆ TAutoObjectDelete() [3/3]

template<class T >
ocf::TAutoObjectDelete< T >::TAutoObjectDelete ( T & r)
inline

Definition at line 1167 of file autodefs.h.

Member Function Documentation

◆ operator TObjectDescriptor()

Definition at line 1168 of file autodefs.h.

References ocf::TObjectDescriptor::Delete, and ocf::TAutoObject< T >::P.

◆ operator=() [1/2]

template<class T >
void ocf::TAutoObjectDelete< T >::operator= ( T & r)
inline

Definition at line 1164 of file autodefs.h.

References ocf::TAutoObject< T >::P.

◆ operator=() [2/2]

template<class T >
void ocf::TAutoObjectDelete< T >::operator= ( T * p)
inline

Definition at line 1163 of file autodefs.h.

References ocf::TAutoObject< T >::P.


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