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

#include <ocf/autodefs.h>

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

Public Member Functions

void operator= (T o)
 
 TAutoObjectByVal ()
 
 TAutoObjectByVal (T o)
 
- Public Member Functions inherited from ocf::TAutoObjectDelete< T >
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::TAutoObjectByVal< T >

Definition at line 1173 of file autodefs.h.

Constructor & Destructor Documentation

◆ TAutoObjectByVal() [1/2]

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

Definition at line 1176 of file autodefs.h.

◆ TAutoObjectByVal() [2/2]

template<class T >
ocf::TAutoObjectByVal< T >::TAutoObjectByVal ( T o)
inline

Definition at line 1177 of file autodefs.h.

Member Function Documentation

◆ operator=()

template<class T >
void ocf::TAutoObjectByVal< T >::operator= ( T o)
inline

Definition at line 1175 of file autodefs.h.

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


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