AMQP-CPP/include
Martijn Otto a93b88697d Fix double ready bug for channel, fixes #25 2015-05-18 10:56:50 +02:00
..
CMakeLists.txt renamed apple.h to endian.h because it turns out that it is also used for linux systems, and removed double implemented ChannelImpl::get() function 2014-08-14 15:25:44 +02:00
array.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
booleanset.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
buffer.h The Connection::parse() method can now also be called with a buffer object, which allows the user to implement the buffer much more efficiently: it no longer has to be an array 2014-08-13 13:01:27 +02:00
bytebuffer.h fixed apple incompatibility 2014-08-14 15:19:08 +02:00
callbacks.h Received messages are now moved into the callback instead of provided as a const reference 2015-04-28 10:58:49 +02:00
channel.h Added publish method with r-value std::string 2015-04-22 14:24:00 +02:00
channelimpl.h Fix double ready bug for channel, fixes #25 2015-05-18 10:56:50 +02:00
classes.h added Channel::get() that allows one to retrieve a single message from the channel 2014-08-07 11:00:06 +01:00
connection.h various trics and changes so that windows compilers, and 32bit systems will not complain about stuff 2015-04-24 10:46:44 +02:00
connectionhandler.h update documentation, error callbacks now get a const char * instead of a std::string 2014-04-15 14:22:30 +02:00
connectionimpl.h Some bugfixes and performance enhancements 2015-04-30 14:18:18 +02:00
decimalfield.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
deferred.h Some bugfixes and performance enhancements 2015-04-30 14:18:18 +02:00
deferredcancel.h The Channel.get().onFinalize() function was called before the Channel.get().onSuccess() method, which is strange. This has been fixed. To fix this, we had to refactor the Deferred* into shared_ptrs 2014-09-02 10:32:55 +02:00
deferredconsumer.h Received messages are now moved into the callback instead of provided as a const reference 2015-04-28 10:58:49 +02:00
deferreddelete.h The Channel.get().onFinalize() function was called before the Channel.get().onSuccess() method, which is strange. This has been fixed. To fix this, we had to refactor the Deferred* into shared_ptrs 2014-09-02 10:32:55 +02:00
deferredget.h The Channel.get().onFinalize() function was called before the Channel.get().onSuccess() method, which is strange. This has been fixed. To fix this, we had to refactor the Deferred* into shared_ptrs 2014-09-02 10:32:55 +02:00
deferredqueue.h The Channel.get().onFinalize() function was called before the Channel.get().onSuccess() method, which is strange. This has been fixed. To fix this, we had to refactor the Deferred* into shared_ptrs 2014-09-02 10:32:55 +02:00
endian.h various trics and changes so that windows compilers, and 32bit systems will not complain about stuff 2015-04-24 10:46:44 +02:00
entityimpl.h Add pragma once 2014-04-02 15:40:35 +02:00
envelope.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
exchangetype.h Add pragma once 2014-04-02 15:40:35 +02:00
field.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
fieldproxy.h Some bugfixes and performance enhancements 2015-04-30 14:18:18 +02:00
flags.h Removed the nowait option from the public interface, because the deferred would never be called and implemented a queue to wait for synchronous methods to complete before sending the next frame 2014-04-29 15:51:33 +02:00
login.h compile fixes 2014-08-19 15:00:20 +02:00
message.h Received messages are now moved into the callback instead of provided as a const reference 2015-04-28 10:58:49 +02:00
metadata.h Some bugfixes and performance enhancements 2015-04-30 14:18:18 +02:00
monitor.h Some bugfixes and performance enhancements 2015-04-30 14:18:18 +02:00
numericfield.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
outbuffer.h Fixed a bug where a frame could be sent exceeding the maximum frame size (resulting in protocol errors) and added some optimizations 2015-04-30 10:59:03 +02:00
receivedframe.h The Connection::parse() method can now also be called with a buffer object, which allows the user to implement the buffer much more efficiently: it no longer has to be an array 2014-08-13 13:01:27 +02:00
stringfield.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
table.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
watchable.h Add pragma once 2014-04-02 15:40:35 +02:00