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

FX::FXObjectListOf< TYPE > Class Template Reference

Specialize list to pointers to TYPE. More...

#include <FXObjectList.h>

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

List of all members.

Public Member Functions

 FXObjectListOf ()
 Default constructor.
 FXObjectListOf (const FXObjectListOf< TYPE > &src)
 Copy constructor.
 FXObjectListOf (TYPE *object)
 Construct and init with single object.
 FXObjectListOf (TYPE *object, FXint n)
 Construct and init with n copies of object.
 FXObjectListOf (TYPE **objects, FXint n)
 Construct and init with list of objects.
TYPE *& operator[] (FXint i)
 Indexing operator.
TYPE *const & operator[] (FXint i) const
TYPE *& at (FXint i)
 Access to list.
TYPE *const & at (FXint i) const
TYPE *& head ()
 First element in list.
TYPE *const & head () const
TYPE *& tail ()
 Last element in list.
TYPE *const & tail () const
TYPE ** data ()
 Access to content array.
TYPE *const data () const

Detailed Description

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

Specialize list to pointers to TYPE.


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

Copyright © 1997-2011 Jeroen van der Zijp