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

FX::FXPtrListOf< TYPE > Class Template Reference

Specialize list to pointers to TYPE. More...

#include <FXPtrList.h>

Inheritance diagram for FX::FXPtrListOf< TYPE >:
FX::FXPtrList

List of all members.

Public Member Functions

 FXPtrListOf ()
 Default constructor.
 FXPtrListOf (const FXPtrListOf< TYPE > &src)
 Copy constructor.
 FXPtrListOf (TYPE *object)
 Construct and init with single object.
 FXPtrListOf (TYPE *object, FXint n)
 Construct and init with n copies of object.
 FXPtrListOf (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::FXPtrListOf< 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