Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX::FXObjectListOf< TYPE > Class Template Reference

#include <FXObjectList.h>

Inheritance diagram for FX::FXObjectListOf< TYPE >:
FX::FXObjectList

List of all members.

Public Member Functions

 FXObjectListOf ()
TYPE *& operator[] (FXint i)
TYPE *const & operator[] (FXint i) const
TYPE *& at (FXint i)
TYPE *const & at (FXint i) const
TYPE ** data () const

Detailed Description

template<class TYPE>
class FX::FXObjectListOf< TYPE >

Specialize list to pointers to TYPE.


Constructor & Destructor Documentation

template<class TYPE >
FX::FXObjectListOf< TYPE >::FXObjectListOf ( ) [inline]

Member Function Documentation

template<class TYPE >
TYPE*& FX::FXObjectListOf< TYPE >::operator[] ( FXint  i) [inline]

Indexing operator.

Reimplemented from FX::FXObjectList.

template<class TYPE >
TYPE* const& FX::FXObjectListOf< TYPE >::operator[] ( FXint  i) const [inline]

Reimplemented from FX::FXObjectList.

template<class TYPE >
TYPE*& FX::FXObjectListOf< TYPE >::at ( FXint  i) [inline]

Access to list.

Reimplemented from FX::FXObjectList.

template<class TYPE >
TYPE* const& FX::FXObjectListOf< TYPE >::at ( FXint  i) const [inline]

Reimplemented from FX::FXObjectList.

template<class TYPE >
TYPE** FX::FXObjectListOf< TYPE >::data ( ) const [inline]

Access to content array.

Reimplemented from FX::FXObjectList.

Copyright © 1997-2005 Jeroen van der Zijp