18#ifndef _ACTIVEMQ_WIREFORMAT_OPENWIRE_MARSHAL_BASEDATASTREAMMARSHALLER_H_
19#define _ACTIVEMQ_WIREFORMAT_OPENWIRE_MARSHAL_BASEDATASTREAMMARSHALLER_H_
436 if (!objects.empty()) {
440 for (std::size_t i = 0; i < objects.size(); ++i) {
473 for (std::size_t i = 0; i < objects.size(); ++i) {
498 if (!objects.empty()) {
501 for (std::size_t i = 0; i < objects.size(); ++i) {
#define AMQ_CATCH_RETHROW(type)
Macro for catching and re-throwing an exception of a given type.
Definition ExceptionDefines.h:26
#define AMQ_CATCHALL_THROW(type)
A catch-all that throws a known exception.
Definition ExceptionDefines.h:49
#define AMQ_CATCH_EXCEPTION_CONVERT(sourceType, targetType)
Macro for catching an exception of one type and then re-throwing as another type.
Definition ExceptionDefines.h:38
#define AMQCPP_API
Definition Config.h:30
Definition DataStructure.h:27
Definition MessageId.h:49
Definition ProducerId.h:48
Definition TransactionId.h:47
A data output stream lets an application write primitive Java data types to an output stream in a por...
Definition DataOutputStream.h:34
virtual void writeShort(short value)
virtual void writeBoolean(bool value)
Definition IOException.h:28
Definition Exception.h:38
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24