|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Wraps the shell's IMalloc interface. More...
#include <owl/shellitm.h>
Public Member Functions | |
| TShellMalloc () | |
| Default constructor for TShellMalloc. | |
| TShellMalloc (const TComRef< IMalloc > &source) | |
| TShellMalloc constructor to construct from TComRef<IMalloc> | |
| TShellMalloc (const TShellMalloc &source) | |
| TShellMalloc copy constructor. | |
| TShellMalloc & | operator= (const TComRef< IMalloc > &source) |
| TShellMalloc assignment operator (from TComRef<IMalloc>) | |
| TShellMalloc & | operator= (const TShellMalloc &source) |
| TShellMalloc assignment operator (from another TShellMalloc) | |
Public Member Functions inherited from owl::TComRef< IMalloc > | |
| TComRef () | |
| TComRef (IMalloc *iface) | |
| TComRef (const TComRef< IMalloc > &i) | |
| TComRef< IMalloc > & | operator= (IMalloc *iface) |
| TComRef< IMalloc > & | operator= (const TComRef< IMalloc > &i) |
| IMalloc * | operator-> () |
| IMalloc * | operator-> () const |
Public Member Functions inherited from owl::TComRefBase< T > | |
| operator T* () | |
| operator T** () | |
| int | operator! () const |
| void | operator delete (void *p) |
Additional Inherited Members | |
Protected Member Functions inherited from owl::TComRefBase< T > | |
| TComRefBase (const TComRefBase< T > &i) | |
| TComRefBase (T *i) | |
| TComRefBase () | |
| ~TComRefBase () | |
| void | Clear () |
Protected Attributes inherited from owl::TComRefBase< T > | |
| T * | I |
Wraps the shell's IMalloc interface.
Default constructor obtains shell's IMalloc interface. TComRef<IMalloc> and copy constructors supplied. TComRef<IMalloc> and TShellMalloc assignment operators also supplied.
Definition at line 82 of file shellitm.h.
|
inline |
Default constructor for TShellMalloc.
For more info, see MS doc for SHGetMalloc (Prog. Guide to MS Win95, p. 208)
Definition at line 663 of file shellitm.h.
References owl::TXShell::Check(), and owl::TShell::SHGetMalloc().
TShellMalloc constructor to construct from TComRef<IMalloc>
Definition at line 671 of file shellitm.h.
|
inline |
TShellMalloc copy constructor.
Definition at line 678 of file shellitm.h.
|
inline |
TShellMalloc assignment operator (from TComRef<IMalloc>)
Definition at line 686 of file shellitm.h.
References owl::TComRef< T >::operator=().
|
inline |
TShellMalloc assignment operator (from another TShellMalloc)
Definition at line 696 of file shellitm.h.
References owl::TComRef< T >::operator=().