activemq-cpp-3.4.0

activemq::commands::BooleanExpression Class Reference

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

Inheritance diagram for activemq::commands::BooleanExpression:

Public Member Functions

 BooleanExpression ()
virtual ~BooleanExpression () throw ()
virtual DataStructurecloneDataStructure () 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.

Constructor & Destructor Documentation

activemq::commands::BooleanExpression::BooleanExpression ( ) [inline]
virtual activemq::commands::BooleanExpression::~BooleanExpression ( ) throw () [inline, virtual]

Member Function Documentation

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.

Returns:
new copy of this object.

Implements activemq::commands::DataStructure.

virtual void activemq::commands::BooleanExpression::copyDataStructure ( const DataStructure *src  AMQCPP_UNUSED) [inline, virtual]
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.

Returns:
true if DataStructure's are Equal.

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.

Returns:
formatted string useful for debugging.

Reimplemented from activemq::commands::BaseDataStructure.

References activemq::commands::BaseDataStructure::toString().


The documentation for this class was generated from the following file: