18#ifndef _ACTIVEMQ_COMMANDS_DATAARRAYRESPONSE_H_
19#define _ACTIVEMQ_COMMANDS_DATAARRAYRESPONSE_H_
23#pragma warning( disable : 4290 )
36 using decaf::lang::Pointer;
50 std::vector< decaf::lang::Pointer<DataStructure> >
data;
58 DataArrayResponse(
const DataArrayResponse&);
59 DataArrayResponse& operator= (
const DataArrayResponse&);
77 virtual const std::vector< decaf::lang::Pointer<DataStructure> >&
getData()
const;
78 virtual std::vector< decaf::lang::Pointer<DataStructure> >&
getData();
#define AMQCPP_API
Definition Config.h:30
virtual void setData(const std::vector< decaf::lang::Pointer< DataStructure > > &data)
virtual std::vector< decaf::lang::Pointer< DataStructure > > & getData()
virtual ~DataArrayResponse()
virtual DataArrayResponse * cloneDataStructure() const
Clone this obbject and return a new instance that the caller now owns, this will be an exact copy of ...
virtual std::string toString() const
Returns a string containing the information for this DataStructure such as its type and value of its ...
virtual const std::vector< decaf::lang::Pointer< DataStructure > > & getData() const
static const unsigned char ID_DATAARRAYRESPONSE
Definition DataArrayResponse.h:54
std::vector< decaf::lang::Pointer< DataStructure > > data
Definition DataArrayResponse.h:50
virtual void copyDataStructure(const DataStructure *src)
Copy the contents of the passed object into this objects members, overwriting any existing data.
virtual unsigned char getDataStructureType() const
Get the DataStructure Type as defined in CommandTypes.h.
virtual bool equals(const DataStructure *value) const
Compares the DataStructure passed in to this one, and returns if they are equivalent.
Definition DataStructure.h:27
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition Pointer.h:53
Definition ActiveMQBlobMessage.h:28
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24