activemq::commands::LastPartialCommand Class Reference

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

Inheritance diagram for activemq::commands::LastPartialCommand:
Inheritance graph
[legend]

Public Member Functions

 LastPartialCommand ()
virtual ~LastPartialCommand ()
virtual unsigned char getDataStructureType () const
 Get the DataStructure Type as defined in CommandTypes.h.
virtual LastPartialCommandcloneDataStructure () 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)
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

Static Public Attributes

static const unsigned char ID_LASTPARTIALCOMMAND = 61

Constructor & Destructor Documentation

activemq::commands::LastPartialCommand::LastPartialCommand (  ) 
virtual activemq::commands::LastPartialCommand::~LastPartialCommand (  )  [virtual]

Member Function Documentation

virtual LastPartialCommand* activemq::commands::LastPartialCommand::cloneDataStructure (  )  const [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.

Reimplemented from activemq::commands::PartialCommand.

virtual void activemq::commands::LastPartialCommand::copyDataStructure ( const DataStructure src  )  [virtual]
virtual bool activemq::commands::LastPartialCommand::equals ( const DataStructure value  )  const [virtual]
virtual unsigned char activemq::commands::LastPartialCommand::getDataStructureType (  )  const [virtual]

Get the DataStructure Type as defined in CommandTypes.h.

Returns:
The type of the data structure

Reimplemented from activemq::commands::PartialCommand.

virtual std::string activemq::commands::LastPartialCommand::toString (  )  const [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::PartialCommand.


Field Documentation


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

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1