stdVector Class Template ReferenceCollection filter for std::vector.
More...
|
||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| virtual void | clear () |
| Remove all objects from collection. | |
| virtual CollectionFilterIterator * | createIterator () 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] |
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 |
Generated by doxygen at Fri Oct 22 23:15:47 2010


