OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
contain.h File Reference

Definition of container classes used and made available by OWL. More...

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

Go to the source code of this file.

Classes

class  owl::TCollection< T >
 Simple template holding pointers to Ts used internally by ObjectWindows Controls. More...
 

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Typedefs

typedef TTypedArray< int, int, TStandardAllocatorowl::TIntArray
 
typedef TPtrArrayIterator< int, TIntArrayowl::TIntArrayIterator
 
typedef TTypedArray< uint32, uint32, TStandardAllocatorowl::TUint32Array
 
typedef TPtrArrayIterator< uint32, TUint32Arrayowl::TUint32ArrayIterator
 
typedef TObjectArray< tstringowl::TStringArray
 
typedef TObjArrayIterator< tstring, TStringArrayowl::TStringArrayIterator
 
typedef TSortedObjectArray< tstringowl::TSortedStringArray
 
typedef TObjArrayIterator< tstring, TSortedStringArrayowl::TSortedStringArrayIterator
 
typedef int owl::TInt
 
typedef TTypedArray< LPARAM, LPARAM, TStandardAllocatorowl::TLParamArray
 
typedef TPtrArrayIterator< LPARAM, TLParamArrayowl::TLParamArrayIterator
 

Variables

const uint owl::MAXENTRIES
 Maximum number of entries in each Vector.
 

Detailed Description

Definition of container classes used and made available by OWL.

Definition in file contain.h.