18 #ifndef _ACTIVEMQ_COMMANDS_DATAARRAYRESPONSE_H_ 19 #define _ACTIVEMQ_COMMANDS_DATAARRAYRESPONSE_H_ 23 #pragma warning( disable : 4290 ) 50 std::vector< decaf::lang::Pointer<DataStructure> >
data;
54 const static unsigned char ID_DATAARRAYRESPONSE = 33;
67 virtual unsigned char getDataStructureType()
const;
73 virtual std::string toString()
const;
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
Definition: Response.h:46
Definition: DataStructure.h:27
std::vector< decaf::lang::Pointer< DataStructure > > data
Definition: DataArrayResponse.h:50
Definition: DataArrayResponse.h:47
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
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