stdList Class Template ReferenceCollection filter for std::list.
More...
|
||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| virtual void | clear () |
| Remove all objects from collection. | |
| virtual CollectionFilterIterator * | createIterator () 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 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:46 2010


