AMQP-CPP/include
Emiel Bruijntjes e299aa5fac basic.get is asynchronous until the entire body has been received, only then subsequent messages are sent + first work in progress on implementing smarter buffers 2014-08-01 11:55:07 +02:00
..
array.h cast to array and cast to object implemented, refactored shared-ptr and clone() methods to utilize std::make_shared (see issue #7) 2014-04-14 17:14:36 +02:00
booleanset.h cast to array and cast to object implemented, refactored shared-ptr and clone() methods to utilize std::make_shared (see issue #7) 2014-04-14 17:14:36 +02:00
buffer.h basic.get is asynchronous until the entire body has been received, only then subsequent messages are sent + first work in progress on implementing smarter buffers 2014-08-01 11:55:07 +02:00
bytebuffer.h basic.get is asynchronous until the entire body has been received, only then subsequent messages are sent + first work in progress on implementing smarter buffers 2014-08-01 11:55:07 +02:00
callbacks.h added Channel::get() that allows one to retrieve a single message from the channel 2014-07-31 12:58:13 +02:00
channel.h basic.get is asynchronous until the entire body has been received, only then subsequent messages are sent + first work in progress on implementing smarter buffers 2014-08-01 11:55:07 +02:00
channelimpl.h added Channel::get() that allows one to retrieve a single message from the channel 2014-07-31 12:58:13 +02:00
classes.h added Channel::get() that allows one to retrieve a single message from the channel 2014-07-31 12:58:13 +02:00
connection.h basic.get is asynchronous until the entire body has been received, only then subsequent messages are sent + first work in progress on implementing smarter buffers 2014-08-01 11:55:07 +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 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
decimalfield.h cast to array and cast to object implemented, refactored shared-ptr and clone() methods to utilize std::make_shared (see issue #7) 2014-04-14 17:14:36 +02:00
deferred.h added Channel::get() that allows one to retrieve a single message from the channel 2014-07-31 12:58:13 +02:00
deferredcancel.h the derived deferred classes now also re-implement the onSuccess() method to ensure that the same object type is returned, to support propert chaining 2014-04-16 11:43:27 +02:00
deferredconsumer.h the derived deferred classes now also re-implement the onSuccess() method to ensure that the same object type is returned, to support propert chaining 2014-04-16 11:43:27 +02:00
deferreddelete.h the derived deferred classes now also re-implement the onSuccess() method to ensure that the same object type is returned, to support propert chaining 2014-04-16 11:43:27 +02:00
deferredget.h added Channel::get() that allows one to retrieve a single message from the channel 2014-07-31 12:58:13 +02:00
deferredqueue.h the derived deferred classes now also re-implement the onSuccess() method to ensure that the same object type is returned, to support propert chaining 2014-04-16 11:43:27 +02:00
entityimpl.h Add pragma once 2014-04-02 15:40:35 +02:00
envelope.h Add pragma once 2014-04-02 15:40:35 +02:00
exchangetype.h Add pragma once 2014-04-02 15:40:35 +02:00
field.h cast to array and cast to object implemented, refactored shared-ptr and clone() methods to utilize std::make_shared (see issue #7) 2014-04-14 17:14:36 +02:00
fieldproxy.h cast to array and cast to object implemented, refactored shared-ptr and clone() methods to utilize std::make_shared (see issue #7) 2014-04-14 17:14:36 +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 Add pragma once 2014-04-02 15:40:35 +02:00
message.h Add pragma once 2014-04-02 15:40:35 +02:00
metadata.h Add pragma once 2014-04-02 15:40:35 +02:00
monitor.h deferred objects are now correctly destructed + added extra checks so that no crashes occur when someone destructs a channel inside a callback function 2014-04-15 12:25:56 +02:00
numericfield.h cast to array and cast to object implemented, refactored shared-ptr and clone() methods to utilize std::make_shared (see issue #7) 2014-04-14 17:14:36 +02:00
outbuffer.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
receivedframe.h Add pragma once 2014-04-02 15:40:35 +02:00
stringfield.h cast to array and cast to object implemented, refactored shared-ptr and clone() methods to utilize std::make_shared (see issue #7) 2014-04-14 17:14:36 +02:00
table.h cast to array and cast to object implemented, refactored shared-ptr and clone() methods to utilize std::make_shared (see issue #7) 2014-04-14 17:14:36 +02:00
watchable.h Add pragma once 2014-04-02 15:40:35 +02:00