#include <Tagexpr.h>
Inheritance diagram for Tagcoll::TagexprAnd:
Public Member Functions | |
TagexprAnd (Tagexpr *operand1, Tagexpr *operand2) throw () | |
~TagexprAnd () throw () | |
virtual std::string | format () const throw () |
virtual bool | eval (const TagexprContext &context) const throw () |
virtual bool | eval (const OpSet< std::string > &tags) const throw () |
virtual Tagexpr * | clone () const throw () |
Protected Attributes | |
Tagexpr * | _operand1 |
Tagexpr * | _operand2 |
|
|
|
|
|
Implements Tagcoll::Tagexpr.
|
|
Implements Tagcoll::Tagexpr.
|
|
Implements Tagcoll::Tagexpr.
|
|
Implements Tagcoll::Tagexpr.
|
|
|
|
|