#include <Tagexpr.h>
Inheritance diagram for Tagcoll::TagexprOr:
Public Member Functions | |
TagexprOr (Tagexpr *operand1, Tagexpr *operand2) throw () | |
~TagexprOr () 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. |
|
|
|
|