Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CopernicaMarketingSoftware/AMQP-CPP
/ functions
Functions
1,099 in github.com/CopernicaMarketingSoftware/AMQP-CPP
⨍
Functions
1,099
◇
Types & classes
253
Method
BasicDeliverFrame
* Construct a basic deliver frame (client side) * * @param channel channel we're working on * @param consumerTag ident
src/basicdeliverframe.h:90
Method
BasicFrame
* Constructor * @param channel The channel ID * @param size Payload size */
src/basicframe.h:33
Method
BasicGetEmptyFrame
* Construct a basic get empty frame * * @param channel channel we're working on */
src/basicgetemptyframe.h:46
Method
BasicGetFrame
* Construct a basic get frame * * @param channel channel we're working on * @param queue name of the queue * @pa
src/basicgetframe.h:61
Method
BasicGetOKFrame
* Construct a basic get ok frame * * @param channel channel we're working on * @param deliveryTag server-assigned and
src/basicgetokframe.h:78
Method
BasicHeaderFrame
* Construct an empty basic header frame * @param channel channel we're working on * @param metadata the meta-data * @param
src/basicheaderframe.h:75
Method
BasicNackFrame
* Construct a basic negative-acknowledgement frame * * @param channel Channel identifier * @param deliveryTag server-a
src/basicnackframe.h:57
Method
BasicPublishFrame
* Construct a basic publish frame * * @param channel channel we're working on * @param exchange name of exchange to
src/basicpublishframe.h:72
Method
BasicQosFrame
* Construct a basic qos frame * * @param channel channel we're working on * @param prefetchCount specifies a prefetch win
src/basicqosframe.h:61
Method
BasicQosOKFrame
* Construct a basic qos ok frame * @param channel channel we're working on */
src/basicqosokframe.h:34
Method
BasicRecoverAsyncFrame
* Construct a basic recover async frame from a received frame * * @param frame received frame */
src/basicrecoverasyncframe.h:44
Method
BasicRecoverFrame
* Construct a basic recover frame from a received frame * * @param frame received frame */
src/basicrecoverframe.h:44
Method
BasicRecoverOKFrame
* Construct a basic recover ok frame from a received frame * * @param frame received frame */
src/basicrecoverokframe.h:34
Method
BasicRejectFrame
* construct a basic reject frame from a received frame * * @param frame received frame */
src/basicrejectframe.h:52
Method
BasicReturnFrame
* Construct a basic return frame * * @param channel channel identifier * @param replyCode reply code * @param
src/basicreturnframe.h:69
Method
BodyFrame
* Construct a body frame * * @param channel channel identifier * @param payload payload of the body * @param size
src/bodyframe.h:60
Method
BooleanSet
* Constructor * @param first the first bool to set * @param second the second bool to set * @param third the third bool to
include/amqpcpp/booleanset.h:53
Method
BufferCheck
* Constructor * @param frame * @param size */
src/buffercheck.h:38
Method
ByteBuffer
* Constructor * @param data * @param size */
include/amqpcpp/bytebuffer.h:45
Method
Callable
* Constructor */
src/linux_tcp/function.h:85
Method
Channel
* Construct a channel object * * The passed in connection pointer must remain valid for the * lifetime of the channel. Watch out: this method
src/channel.cpp:31
Method
Channel
* Copy'ing of channel objects is not supported * @param channel */
include/amqpcpp/channel.h:47
Method
ChannelCloseFrame
* Construct a channel close frame * * @param frame received frame */
src/channelcloseframe.h:67
Method
ChannelCloseOKFrame
* Construct a channel close ok frame * @param frame */
src/channelcloseokframe.h:34
Method
ChannelFlowFrame
* Construct a channel flow frame * * @param frame received frame */
src/channelflowframe.h:45
Method
ChannelFlowOKFrame
* Construct a channel flow frame * * @param frame received frame to decode */
src/channelflowokframe.h:44
Method
ChannelFrame
* Constructor for a channelFrame * * @param channel channel we're working on * @param size size of the frame */
src/channelframe.h:24
Method
ChannelImpl
* Copy'ing of channel objects is not supported * @param channel */
include/amqpcpp/channelimpl.h:187
Method
ChannelOpenFrame
* Constructor to create a channelOpenFrame * * @param channel channel we're working on */
src/channelopenframe.h:41
Method
ChannelOpenOKFrame
* Constructor based on client information * @param channel Channel identifier */
src/channelopenokframe.h:40
Method
ConfirmFrame
* Constructor * @param channel channel identifier * @param size frame size */
src/confirmframe.h:24
Method
ConfirmSelectFrame
* Decode a confirm select frame from a received frame * * @param frame received frame to decode */
src/confirmselectframe.h:47
Method
ConfirmSelectOKFrame
* Constructor for an incoming frame * * @param frame received frame to decode */
src/confirmselectokframe.h:36
Method
Connection
* Construct an AMQP object based on full login data * * The first parameter is a handler object. This handler class is * an interfa
include/amqpcpp/connection.h:40
Method
ConnectionBlockFrame
* Construct a connection blocked frame from a received frame * * @param frame received frame */
src/connectionblockframe.h:52
Method
ConnectionCloseFrame
* Construct a connection close frame from a received frame * * @param frame received frame */
src/connectioncloseframe.h:68
Method
ConnectionCloseOKFrame
* Constructor based on a received frame * * @param frame received frame */
src/connectioncloseokframe.h:34
Method
ConnectionFrame
* Constructor for a connectionFrame * * A connection frame never has a channel identifier, so this is passed * as zero to the base
src/connectionframe.h:26
Method
ConnectionImpl
* Construct an AMQP object based on full login data * * The first parameter is a handler object. This handler class is * an interface that shoul
src/connectionimpl.cpp:34
Method
ConnectionImpl
* Copy'ing connections is impossible * @param connection */
include/amqpcpp/connectionimpl.h:176
Method
ConnectionOpenFrame
* Open a virtual host * * @param vhost name of virtual host to open */
src/connectionopenframe.h:62
Method
ConnectionOpenOKFrame
* Construct a connectionopenokframe from a received frame * * @param frame received frame */
src/connectionopenokframe.h:47
Method
ConnectionOrder
* Constructor * @var order */
src/linux_tcp/connectionorder.h:50
Method
ConnectionSecureFrame
* Construct a connection security challenge frame * * @param challenge the challenge */
src/connectionsecureframe.h:45
Method
ConnectionSecureOKFrame
* Construct a connection security challenge response frame * * @param response the challenge response */
src/connectionsecureokframe.h:45
Method
ConnectionStartFrame
* Client-side constructer for a connection start frame * * @param major major protocol version * @param minor minor pr
src/connectionstartframe.h:103
Method
ConnectionStartOKFrame
* Construct a connection start ok frame from a received frame * * @param frame received frame */
src/connectionstartokframe.h:68
Method
ConnectionTuneFrame
* Construct a connection tuning frame * * @param channels proposed maximum number of channels * @param frameMax proposed max
src/connectiontuneframe.h:67
Method
ConnectionTuneOKFrame
* Construct a connection tune frame from a received frame * * @param frame received frame */
src/connectiontuneokframe.h:58
Method
ConnectionUnblockFrame
* Construct a connection unblocked frame from a received frame * * @param frame received frame */
src/connectionunblockframe.h:38
Method
CopiedBuffer
* Constructor * @param frame */
include/amqpcpp/copiedbuffer.h:79
Method
DecimalField
* Construct decimal field * * @param places the number of places * @param number the integer number */
include/amqpcpp/decimalfield.h:75
Method
Deferred
* Protected constructor that can only be called * from within the channel implementation * * Note: this constructor _should_ be prot
include/amqpcpp/deferred.h:209
Method
DeferredCancel
* Protected constructor that can only be called * from within the channel implementation * * Note: this constructor _should_ be prot
include/amqpcpp/deferredcancel.h:65
Method
DeferredConfirm
* Protected constructor that can only be called * from within the channel implementation * * Note: this constructor _should_ be prot
include/amqpcpp/deferredconfirm.h:71
Method
DeferredConsumer
* Constructor that should only be called from within the channel implementation * * Note: this constructor _should_ be protected, but beca
include/amqpcpp/deferredconsumer.h:96
Method
DeferredDelete
* Protected constructor that can only be called * from within the channel implementation * * Note: this constructor _should_ be pro
include/amqpcpp/deferreddelete.h:68
Method
DeferredExtReceiver
* Constructor * @param failed Have we already failed? * @param channel The channel we are consuming on */
include/amqpcpp/deferredextreceiver.h:77
Method
DeferredGet
* Protected constructor that can only be called * from within the channel implementation * * Note: this constructor _should_ be prot
include/amqpcpp/deferredget.h:89
Method
DeferredPublish
* Protected constructor that can only be called * from within the channel implementation * * Note: this constructor _should_ be prot
include/amqpcpp/deferredpublish.h:100
Method
DeferredQueue
* Protected constructor that can only be called * from within the channel implementation * * Note: this constructor _should_ be pro
include/amqpcpp/deferredqueue.h:68
Method
DeferredRecall
* Constructor that should only be called from within the channel implementation * * Note: this constructor _should_ be protected, but beca
include/amqpcpp/deferredrecall.h:96
Method
DeferredReceiver
* Constructor * @param failed Have we already failed? * @param channel The channel we are consuming on */
include/amqpcpp/deferredreceiver.h:132
Method
EntityImpl
* Constructor is protected and can only be accessed by derived classes * @param channel */
include/amqpcpp/entityimpl.h:70
Method
Envelope
* Constructor * The data buffer that you pass to this constructor must be valid during * the lifetime of the Envelope object. * @pa
include/amqpcpp/envelope.h:55
Method
Exception
* Constructor * @param what */
include/amqpcpp/exception.h:34
Method
ExchangeBindFrame
* Constructor based on incoming data * * @param frame received frame to decode */
src/exchangebindframe.h:79
Method
ExchangeBindOKFrame
* Constructor based on incoming data * * @param frame received frame to decode */
src/exchangebindokframe.h:35
Method
ExchangeDeclareFrame
* Construct a exchange declare frame (client side) * * @param channel channel we´re working on * @param name exchange n
src/exchangedeclareframe.h:85
Method
ExchangeDeclareOKFrame
* Construct an exchange declare ok frame * * @param channel channel we're working on */
src/exchangedeclareokframe.h:34
Method
ExchangeDeleteFrame
* constructor based on incoming data * * @param frame received frame */
src/exchangedeleteframe.h:60
Method
ExchangeDeleteOKFrame
* Construct an exchange delete ok frame * * @param frame received frame */
src/exchangedeleteokframe.h:35
Method
ExchangeFrame
* Constructor based on incoming data * * @param frame received frame to decode */
src/exchangeframe.h:23
Method
ExchangeUnbindFrame
* Constructor based on incoming data * * @param frame received frame to decode */
src/exchangeunbindframe.h:79
Method
ExchangeUnbindOKFrame
* Constructor based on incoming data * * @param frame received frame to decode */
src/exchangeunbindokframe.h:36
Method
ExtFrame
* Constructor for an AMQP Frame * * The constructor is protected as you're not supposed * * @param channel channel we'
src/extframe.h:56
Method
FieldProxy
* Construct the field proxy * * @param table the table possibly holding the field * @oaram index key in table map */
include/amqpcpp/fieldproxy.h:60
Method
Frame
* Protected constructor to ensure that no objects are created from * outside the library */
include/amqpcpp/frame.h:40
Method
Function
* Constructor * @param handle Handle to access openssl * @param name Name of the function */
src/linux_tcp/function.h:121
Method
HeaderFrame
* Construct a header frame * @param channel Channel ID * @param size Payload size */
src/headerframe.h:33
Method
HeartbeatFrame
* Construct a heartbeat frame * * @param channel channel identifier * @param payload payload of the body */
src/heartbeatframe.h:24
Method
InBuffer
* Constructor * @param buffer Binary buffer */
include/amqpcpp/inbuffer.h:59
Method
LibBoostAsioHandler
* Handler cannot be default constructed. * * @param that The object to not move or copy */
include/amqpcpp/libboostasio.h:498
Method
LibEvHandler
* Constructor * @param loop The event loop to wrap * @param priority The libev priority (higher priorities are invoked earlie
include/amqpcpp/libev.h:520
Method
LibEventHandler
* Constructor * @param evbase The event loop to wrap */
include/amqpcpp/libevent.h:196
Method
LibUvHandler
* Constructor * @param loop The event loop to wrap */
include/amqpcpp/libuv.h:213
Method
Login
* Default constructor */
include/amqpcpp/login.h:47
Method
Message
* Constructor * * @param exchange * @param routingKey */
include/amqpcpp/message.h:139
Method
MetaData
* Constructor for empty meta data. Can be useful when user-space wants to preserve all meta-data */
include/amqpcpp/metadata.h:134
Method
MethodFrame
* Constructor for a methodFrame * * @param channel channel we're working on * @param size size of the frame. */
src/methodframe.h:34
Method
Monitor
* Constructor * @param watchable */
include/amqpcpp/monitor.h:54
Method
MyHandler
* Constructor * @param uv_loop */
examples/libuv.cpp:47
Method
MyHandler
* Constructor * @param ev_loop */
examples/libev.cpp:77
Method
MyTimer
* Constructor * @param loop * @param channel * @param queue */
examples/libev.cpp:132
Method
NumericField
* Default constructor, assign 0 */
include/amqpcpp/numericfield.h:49
Method
PassthroughBuffer
* Constructor * @param connection * @param handler * @param frame */
src/passthroughbuffer.h:98
Method
Pipe
* Constructor */
src/linux_tcp/pipe.h:42
Method
PlatformName
* Constructor */
src/platformname.h:41
Method
Poll
* Constructor * @param fd the filedescriptor that we're waiting on */
src/linux_tcp/poll.h:47
Method
ProgramName
* Constructor */
src/programname.h:53
← previous
next →
201–300 of 1,099, ranked by callers