|
Collection filter for std::set Objects that are stored using this collection should not implement operator< using Storeable fields because they will be modified directly in std::set.
More...
#include <stdset.h>
Inheritance diagram for stdSet:
[legend]Collaboration diagram for stdSet:
[legend]List of all members.
Detailed Description
template<typename T>
class dba::stdSet< T >
Collection filter for std::set Objects that are stored using this collection should not implement operator< using Storeable fields because they will be modified directly in std::set.
Constructor & Destructor Documentation
| stdSet |
( |
std::set< T > & |
pSet |
) |
|
|
|
|
Constructor.
- Parameters:
-
| pSet | object that will be modified by filter |
|
Member Function Documentation
| virtual void add |
( |
const T & |
pToAdd |
) |
[virtual] |
|
The documentation for this class was generated from the following file:
|
|
|