activemq-cpp-3.4.0
|
#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 |
Compares the DataStructure passed in to this one, and returns if they are equivalent. |
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.
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] |
Compares the DataStructure passed in to this one, and returns if they are equivalent.
Equivalent here means that they are of the same type, and that each element of the objects are the same.
Implements activemq::commands::DataStructure.
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().