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

#include <owl/checklst.h>

Inheritance diagram for owl::TCheckListArray:
owl::TPtrArray< TCheckListItem * > owl::TTypedArray< T, R, A > owl::TArrayBase

Public Member Functions

 TCheckListArray (int upper, int lower=0, int delta=0)
 
 TCheckListArray ()
 
- Public Member Functions inherited from owl::TPtrArray< TCheckListItem * >
 TPtrArray (int upper, int lower=0, int delta=0)
 
 TPtrArray ()
 
 TPtrArray (const TPtrArray< TCheckListItem * > &array)
 
- Public Member Functions inherited from owl::TTypedArray< T, R, A >
 TTypedArray (int upper, int=0, int=0)
 
 TTypedArray ()
 
 ~TTypedArray ()
 
 TTypedArray (const TTypedArray< T, R, A > &array)
 
TTypedArray< T, R, A > & operator= (const TTypedArray< T, R, A > &array)
 
void RemoveEntry (int loc)
 
void SqueezeEntry (unsigned loc)
 
void Grow (int index)
 
int Add (R t)
 
void AddAt (R t, uint index)
 
bool DetachItem (R t)
 
bool Detach (int loc)
 
bool DestroyItem (R t)
 
bool Destroy (int loc)
 
bool HasMember (R t) const
 
int Find (R t) const
 
T & operator[] (int loc)
 
const T & operator[] (int loc) const
 
void ForEach (IterFunc iter, void *args)
 
T * FirstThat (CondFunc cond, void *args) const
 
T * LastThat (CondFunc cond, void *args) const
 
void Flush ()
 
- Public Member Functions inherited from owl::TArrayBase
 TArrayBase ()
 
uint GetItemsInContainer () const
 
int LowerBound () const
 
int UpperBound () const
 
uint ArraySize () const
 
bool IsFull () const
 
bool IsEmpty () const
 
uint Size () const
 
uint Count () const
 
bool Empty () const
 
uint size () const
 
bool empty () const
 

Additional Inherited Members

- Public Types inherited from owl::TTypedArray< T, R, A >
typedef void(* IterFunc) (R, void *)
 
typedef bool(* CondFunc) (R, void *)
 
typedef TPtrArrayIterator< R, TTypedArray< T, R, A > > Iterator
 
typedef Iterator iterator
 
- Static Public Attributes inherited from owl::TArrayBase
static const auto NPOS = -1
 
- Protected Member Functions inherited from owl::TTypedArray< T, R, A >
void Resize (int delta)
 
void Remove (int index)
 
- Protected Attributes inherited from owl::TTypedArray< T, R, A >
T * Data
 
- Protected Attributes inherited from owl::TArrayBase
uint ItemCnt
 
uint Reserved
 

Detailed Description

Definition at line 96 of file checklst.h.

Constructor & Destructor Documentation

◆ TCheckListArray() [1/2]

owl::TCheckListArray::TCheckListArray ( int upper,
int lower = 0,
int delta = 0 )
inline

Definition at line 100 of file checklst.h.

◆ TCheckListArray() [2/2]

owl::TCheckListArray::TCheckListArray ( )
inline

Definition at line 102 of file checklst.h.


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