RWCollectable RWDBCollectableExpr RWDBExpr
#include <rw/db/expr.h>
RWDBCollectableExpr adds RWCollectable semantics to RWDBExpr. DBTools.h++ uses RWDBCollectableExpr internally to store lists of RWDBExprs. Applications requiring similar functionality can do the same.
RWDBCollectableExpr is a special case of RWDBExpr. See RWDBExpr for details. See your Tools.h++ documentation for details about RWCollectable.
RWDBCollectableExpr(const RWDBExpr& expr);
Creates an RWDBCollectableExpr from the given expr.
NOTE:All RWDBCollectableExpr methods other than the following are inherited.
unsigned hash() const;
Redefined from RWCollectable. Returns asString.hash().
RWBoolean isEqual(const RWCollectable* expr) const;
Redefined from RWCollectable. Dereferences expr as an RWCollectableExpr* and compares the result of its asString() to the result of self's asString().
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.