Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/util/filter/AndFilter.hpp>
Inherits AllFilter.
Inherited by BetweenFilter.
Filter which returns the logical "and" of two other filters.
Public Types |
|
| typedef spec::Handle | Handle |
| AndFilter Handle definition. | |
| typedef spec::View | View |
| AndFilter View definition. | |
| typedef spec::Holder | Holder |
| AndFilter Holder definition. | |
Protected Member Functions |
|
| AndFilter () | |
| Default constructor (necessary for the PortableObject interface). | |
| AndFilter (Filter::View vFilterLeft, Filter::View vFilterRight) | |
| Construct an "and" filter. | |
| AndFilter | ( | Filter::View | vFilterLeft, | |
| Filter::View | vFilterRight | |||
| ) | [protected] |
The documentation for this class was generated from the following file: