#include <src/main/activemq/commands/BooleanExpression.h>

Public Member Functions | |
| BooleanExpression () | |
| virtual | ~BooleanExpression () throw () |
| virtual DataStructure * | cloneDataStructure () const |
| Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of this one. | |
| virtual void | copyDataStructure (const DataStructure *src AMQCPP_UNUSED) |
| virtual std::string | toString () const |
| Returns a string containing the information for this DataStructure such as its type and value of its elements. | |
| virtual bool | equals (const DataStructure *value) const |
| activemq::commands::BooleanExpression::BooleanExpression | ( | ) | [inline] |
| virtual activemq::commands::BooleanExpression::~BooleanExpression | ( | ) | throw () [inline, virtual] |
| virtual DataStructure* activemq::commands::BooleanExpression::cloneDataStructure | ( | ) | const [inline, virtual] |
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of this one.
Implements activemq::commands::DataStructure.
References NULL.
| virtual void activemq::commands::BooleanExpression::copyDataStructure | ( | const DataStructure *src | AMQCPP_UNUSED | ) | [inline, virtual] |
Reimplemented from activemq::commands::BaseDataStructure.
| virtual bool activemq::commands::BooleanExpression::equals | ( | const DataStructure * | value | ) | const [inline, virtual] |
References activemq::commands::BaseDataStructure::equals().
| virtual std::string activemq::commands::BooleanExpression::toString | ( | ) | const [inline, virtual] |
Returns a string containing the information for this DataStructure such as its type and value of its elements.
Reimplemented from activemq::commands::BaseDataStructure.
References activemq::commands::BaseDataStructure::toString().
1.6.1