Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

IsNotNullFilter Class Reference

#include <coherence/util/filter/IsNotNullFilter.hpp>

Inherits NotEqualsFilter.

List of all members.


Detailed Description

Filter which tests the result of a method invocation for inequality to null.

Author:
djl 2008.04.07
 

Public Types

typedef spec::Handle  Handle
  IsNotNullFilter Handle definition.
typedef spec::View  View
  IsNotNullFilter View definition.
typedef spec::Holder  Holder
  IsNotNullFilter Holder definition.

Protected Member Functions

  IsNotNullFilter ()
  Default constructor (necessary for the PortableObject interface).
  IsNotNullFilter (ValueExtractor::View vValueExtractor)
  Construct a IsNotNullFilter for testing inequality to null.

Constructor & Destructor Documentation

IsNotNullFilter ( ValueExtractor::View  vValueExtractor  )  [protected]

Construct a IsNotNullFilter for testing inequality to null.

Parameters:
  vValueExtractor  the ValueExtractor to use by this filter

The documentation for this class was generated from the following file:

Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.