Debea Library 1.4.2

stdVector Class Template Reference
[Conversion filters for store tables]

Collection filter for std::vector. More...

#include <stdvector.h>

Inheritance diagram for stdVector:
Collaboration diagram for stdVector:

List of all members.


Public Member Functions

virtual void clear ()
 Remove all objects from collection.
virtual CollectionFilterIteratorcreateIterator () const
 Create new iterator for traversal.
 stdVector (std::vector< T > &pVector)
 Constructor.

Detailed Description

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

Collection filter for std::vector.

Constructor & Destructor Documentation

stdVector ( std::vector< T > &  pVector  ) 

Constructor.

Parameters:
pVector object that will be modified by filter


Member Function Documentation

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

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

Generated by doxygen at Fri Oct 22 23:15:47 2010