Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

AndFilter Class Reference

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

Inherits AllFilter.

Inherited by BetweenFilter.

List of all members.


Detailed Description

Filter which returns the logical "and" of two other filters.

Author:
djl 2008.03.23
 

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.

Constructor & Destructor Documentation

AndFilter ( Filter::View  vFilterLeft,
    Filter::View  vFilterRight  
  )     [protected]

Construct an "and" filter.

The result is defined as: vFilterLeft && vFilterRight

Parameters:
  vFilterLeft  the "left" filter
  vFilterRight  the "right" filter

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

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