Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/util/filter/IsNullFilter.hpp>
Inherits EqualsFilter.
Filter which compares the result of a method invocation with null.
Public Types |
|
| typedef spec::Handle | Handle |
| IsNullFilter Handle definition. | |
| typedef spec::View | View |
| IsNullFilter View definition. | |
| typedef spec::Holder | Holder |
| IsNullFilter Holder definition. | |
Protected Member Functions |
|
| IsNullFilter () | |
| Default constructor (necessary for the PortableObject interface). | |
| IsNullFilter (ValueExtractor::View vValueExtractor) | |
| Construct a IsNullFilter for testing equality to null. | |
| IsNullFilter | ( | ValueExtractor::View | vValueExtractor | ) | [protected] |
Construct a IsNullFilter for testing equality to null.
| vValueExtractor | the ValueExtractor to use by this filter |
The documentation for this class was generated from the following file: