File Information
Library: OSP
Package: Util
Header: Poco/OSP/QLExpr.h
Inheritance
Direct Base Classes: QLExpr
All Base Classes: QLExpr, Poco::RefCountedObject
Member Summary
Member Functions: evaluate
Inherited Functions: duplicate, evaluate, referenceCount, release
Constructors
QLAndExpr
QLAndExpr(
QLExpr::Ptr pLeft,
QLExpr::Ptr pRight
);
Destructor
~QLAndExpr
~QLAndExpr();
Member Functions
evaluate
bool evaluate(
const Properties & props
) const;
See also: Poco::OSP::QLExpr::evaluate()