OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
pointer.h File Reference

Various types of smart pointer templatized classes. More...

#include <owl/private/defs.h>
#include <new>
#include <owl/preclass.h>
#include <owl/posclass.h>

Go to the source code of this file.

Classes

class  owl::TPointerBase< T >
 Smart pointer base class. More...
 
class  owl::TPointer< T >
 Smart pointer to a single object. Provides member access operator -> More...
 
class  owl::TAPointer< T >
 Pointer to an array of type T. More...
 
class  owl::TEnvelope< T >
 Envelope-letter type of smart pointers. More...
 
class  owl::TVoidPointer
 
class  owl::TComRefBase< T >
 Encapsulation of OLE interface pointers. More...
 
class  owl::TComRef< T >
 
class  owl::TAEnvelope< T >
 Envelope-letter type of smart pointer array. More...
 

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Detailed Description

Various types of smart pointer templatized classes.

Definition in file pointer.h.