stdList Class Template Reference
[Conversion filters for store tables]

Collection filter for std::list. More...

#include <stdlist.h>

Inheritance diagram for stdList:

Inheritance graph
[legend]
Collaboration diagram for stdList:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void add (const T &pToAdd)
 Add Storeable object to collection.
virtual void clear ()
 Remove all objects from collection.
virtual CollectionFilterIteratorcreateIterator () const
 Create new iterator for traversal.
 stdList (std::list< T > &pList)
 Constructor.

Detailed Description

template<typename T>
class dba::stdList< T >

Collection filter for std::list.


Constructor & Destructor Documentation

stdList std::list< T > &  pList  ) 
 

Constructor.

Parameters:
pList object that will be modified by filter

Member Function Documentation

virtual void add const T &  pToAdd  )  [virtual]
 

Add Storeable object to collection.

Parameters:
pToAdd object to add

Implements InstanceFilter< std::list< T >, T >.

virtual CollectionFilterIterator* createIterator  )  const [virtual]
 

Create new iterator for traversal.

Returns:
new iterator instance

Implements CollectionFilterBase.


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

Documentation
Quick start
Examples
Search

API Documentation
Class hierarchy
Member index
API Reference
Store filters
Store table macros
Back

Generated by doxygen at Sun Nov 9 02:08:28 2008