OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TShouldDelete Class Reference

#include <owl/shddel.h>

Public Types

enum  TDelete { NoDelete , DefDelete , Delete }
 
typedef TDelete DeleteType
 

Public Member Functions

 TShouldDelete (TDelete dt=Delete)
 
bool OwnsElements ()
 
void OwnsElements (bool del)
 
bool DelObj (TDelete dt)
 

Detailed Description

Definition at line 24 of file shddel.h.

Member Typedef Documentation

◆ DeleteType

Member Enumeration Documentation

◆ TDelete

Enumerator
NoDelete 
DefDelete 
Delete 

Definition at line 27 of file shddel.h.

Constructor & Destructor Documentation

◆ TShouldDelete()

owl::TShouldDelete::TShouldDelete ( TDelete dt = Delete)
inline

Definition at line 44 of file shddel.h.

References NoDelete, and OwnsElements().

Member Function Documentation

◆ DelObj()

bool owl::TShouldDelete::DelObj ( TDelete dt)
inline

Definition at line 59 of file shddel.h.

References DefDelete, and Delete.

◆ OwnsElements() [1/2]

bool owl::TShouldDelete::OwnsElements ( )
inline

Definition at line 49 of file shddel.h.

References Delete.

◆ OwnsElements() [2/2]

void owl::TShouldDelete::OwnsElements ( bool del)
inline

Definition at line 54 of file shddel.h.

References Delete, and NoDelete.


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