MCPcopy Create free account

hub / github.com/CopernicaMarketingSoftware/AMQP-CPP / functions

Functions1,099 in github.com/CopernicaMarketingSoftware/AMQP-CPP

MethodBasicDeliverFrame
* Construct a basic deliver frame (client side) * * @param channel channel we're working on * @param consumerTag ident
src/basicdeliverframe.h:90
MethodBasicFrame
* Constructor * @param channel The channel ID * @param size Payload size */
src/basicframe.h:33
MethodBasicGetEmptyFrame
* Construct a basic get empty frame * * @param channel channel we're working on */
src/basicgetemptyframe.h:46
MethodBasicGetFrame
* Construct a basic get frame * * @param channel channel we're working on * @param queue name of the queue * @pa
src/basicgetframe.h:61
MethodBasicGetOKFrame
* Construct a basic get ok frame * * @param channel channel we're working on * @param deliveryTag server-assigned and
src/basicgetokframe.h:78
MethodBasicHeaderFrame
* Construct an empty basic header frame * @param channel channel we're working on * @param metadata the meta-data * @param
src/basicheaderframe.h:75
MethodBasicNackFrame
* Construct a basic negative-acknowledgement frame * * @param channel Channel identifier * @param deliveryTag server-a
src/basicnackframe.h:57
MethodBasicPublishFrame
* Construct a basic publish frame * * @param channel channel we're working on * @param exchange name of exchange to
src/basicpublishframe.h:72
MethodBasicQosFrame
* Construct a basic qos frame * * @param channel channel we're working on * @param prefetchCount specifies a prefetch win
src/basicqosframe.h:61
MethodBasicQosOKFrame
* Construct a basic qos ok frame * @param channel channel we're working on */
src/basicqosokframe.h:34
MethodBasicRecoverAsyncFrame
* Construct a basic recover async frame from a received frame * * @param frame received frame */
src/basicrecoverasyncframe.h:44
MethodBasicRecoverFrame
* Construct a basic recover frame from a received frame * * @param frame received frame */
src/basicrecoverframe.h:44
MethodBasicRecoverOKFrame
* Construct a basic recover ok frame from a received frame * * @param frame received frame */
src/basicrecoverokframe.h:34
MethodBasicRejectFrame
* construct a basic reject frame from a received frame * * @param frame received frame */
src/basicrejectframe.h:52
MethodBasicReturnFrame
* Construct a basic return frame * * @param channel channel identifier * @param replyCode reply code * @param
src/basicreturnframe.h:69
MethodBodyFrame
* Construct a body frame * * @param channel channel identifier * @param payload payload of the body * @param size
src/bodyframe.h:60
MethodBooleanSet
* 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
MethodBufferCheck
* Constructor * @param frame * @param size */
src/buffercheck.h:38
MethodByteBuffer
* Constructor * @param data * @param size */
include/amqpcpp/bytebuffer.h:45
MethodCallable
* Constructor */
src/linux_tcp/function.h:85
MethodChannel
* 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
MethodChannel
* Copy'ing of channel objects is not supported * @param channel */
include/amqpcpp/channel.h:47
MethodChannelCloseFrame
* Construct a channel close frame * * @param frame received frame */
src/channelcloseframe.h:67
MethodChannelCloseOKFrame
* Construct a channel close ok frame * @param frame */
src/channelcloseokframe.h:34
MethodChannelFlowFrame
* Construct a channel flow frame * * @param frame received frame */
src/channelflowframe.h:45
MethodChannelFlowOKFrame
* Construct a channel flow frame * * @param frame received frame to decode */
src/channelflowokframe.h:44
MethodChannelFrame
* Constructor for a channelFrame * * @param channel channel we're working on * @param size size of the frame */
src/channelframe.h:24
MethodChannelImpl
* Copy'ing of channel objects is not supported * @param channel */
include/amqpcpp/channelimpl.h:187
MethodChannelOpenFrame
* Constructor to create a channelOpenFrame * * @param channel channel we're working on */
src/channelopenframe.h:41
MethodChannelOpenOKFrame
* Constructor based on client information * @param channel Channel identifier */
src/channelopenokframe.h:40
MethodConfirmFrame
* Constructor * @param channel channel identifier * @param size frame size */
src/confirmframe.h:24
MethodConfirmSelectFrame
* Decode a confirm select frame from a received frame * * @param frame received frame to decode */
src/confirmselectframe.h:47
MethodConfirmSelectOKFrame
* Constructor for an incoming frame * * @param frame received frame to decode */
src/confirmselectokframe.h:36
MethodConnection
* 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
MethodConnectionBlockFrame
* Construct a connection blocked frame from a received frame * * @param frame received frame */
src/connectionblockframe.h:52
MethodConnectionCloseFrame
* Construct a connection close frame from a received frame * * @param frame received frame */
src/connectioncloseframe.h:68
MethodConnectionCloseOKFrame
* Constructor based on a received frame * * @param frame received frame */
src/connectioncloseokframe.h:34
MethodConnectionFrame
* 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
MethodConnectionImpl
* 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
MethodConnectionImpl
* Copy'ing connections is impossible * @param connection */
include/amqpcpp/connectionimpl.h:176
MethodConnectionOpenFrame
* Open a virtual host * * @param vhost name of virtual host to open */
src/connectionopenframe.h:62
MethodConnectionOpenOKFrame
* Construct a connectionopenokframe from a received frame * * @param frame received frame */
src/connectionopenokframe.h:47
MethodConnectionOrder
* Constructor * @var order */
src/linux_tcp/connectionorder.h:50
MethodConnectionSecureFrame
* Construct a connection security challenge frame * * @param challenge the challenge */
src/connectionsecureframe.h:45
MethodConnectionSecureOKFrame
* Construct a connection security challenge response frame * * @param response the challenge response */
src/connectionsecureokframe.h:45
MethodConnectionStartFrame
* Client-side constructer for a connection start frame * * @param major major protocol version * @param minor minor pr
src/connectionstartframe.h:103
MethodConnectionStartOKFrame
* Construct a connection start ok frame from a received frame * * @param frame received frame */
src/connectionstartokframe.h:68
MethodConnectionTuneFrame
* Construct a connection tuning frame * * @param channels proposed maximum number of channels * @param frameMax proposed max
src/connectiontuneframe.h:67
MethodConnectionTuneOKFrame
* Construct a connection tune frame from a received frame * * @param frame received frame */
src/connectiontuneokframe.h:58
MethodConnectionUnblockFrame
* Construct a connection unblocked frame from a received frame * * @param frame received frame */
src/connectionunblockframe.h:38
MethodCopiedBuffer
* Constructor * @param frame */
include/amqpcpp/copiedbuffer.h:79
MethodDecimalField
* Construct decimal field * * @param places the number of places * @param number the integer number */
include/amqpcpp/decimalfield.h:75
MethodDeferred
* Protected constructor that can only be called * from within the channel implementation * * Note: this constructor _should_ be prot
include/amqpcpp/deferred.h:209
MethodDeferredCancel
* Protected constructor that can only be called * from within the channel implementation * * Note: this constructor _should_ be prot
include/amqpcpp/deferredcancel.h:65
MethodDeferredConfirm
* Protected constructor that can only be called * from within the channel implementation * * Note: this constructor _should_ be prot
include/amqpcpp/deferredconfirm.h:71
MethodDeferredConsumer
* Constructor that should only be called from within the channel implementation * * Note: this constructor _should_ be protected, but beca
include/amqpcpp/deferredconsumer.h:96
MethodDeferredDelete
* Protected constructor that can only be called * from within the channel implementation * * Note: this constructor _should_ be pro
include/amqpcpp/deferreddelete.h:68
MethodDeferredExtReceiver
* Constructor * @param failed Have we already failed? * @param channel The channel we are consuming on */
include/amqpcpp/deferredextreceiver.h:77
MethodDeferredGet
* Protected constructor that can only be called * from within the channel implementation * * Note: this constructor _should_ be prot
include/amqpcpp/deferredget.h:89
MethodDeferredPublish
* Protected constructor that can only be called * from within the channel implementation * * Note: this constructor _should_ be prot
include/amqpcpp/deferredpublish.h:100
MethodDeferredQueue
* Protected constructor that can only be called * from within the channel implementation * * Note: this constructor _should_ be pro
include/amqpcpp/deferredqueue.h:68
MethodDeferredRecall
* Constructor that should only be called from within the channel implementation * * Note: this constructor _should_ be protected, but beca
include/amqpcpp/deferredrecall.h:96
MethodDeferredReceiver
* Constructor * @param failed Have we already failed? * @param channel The channel we are consuming on */
include/amqpcpp/deferredreceiver.h:132
MethodEntityImpl
* Constructor is protected and can only be accessed by derived classes * @param channel */
include/amqpcpp/entityimpl.h:70
MethodEnvelope
* 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
MethodException
* Constructor * @param what */
include/amqpcpp/exception.h:34
MethodExchangeBindFrame
* Constructor based on incoming data * * @param frame received frame to decode */
src/exchangebindframe.h:79
MethodExchangeBindOKFrame
* Constructor based on incoming data * * @param frame received frame to decode */
src/exchangebindokframe.h:35
MethodExchangeDeclareFrame
* Construct a exchange declare frame (client side) * * @param channel channel we´re working on * @param name exchange n
src/exchangedeclareframe.h:85
MethodExchangeDeclareOKFrame
* Construct an exchange declare ok frame * * @param channel channel we're working on */
src/exchangedeclareokframe.h:34
MethodExchangeDeleteFrame
* constructor based on incoming data * * @param frame received frame */
src/exchangedeleteframe.h:60
MethodExchangeDeleteOKFrame
* Construct an exchange delete ok frame * * @param frame received frame */
src/exchangedeleteokframe.h:35
MethodExchangeFrame
* Constructor based on incoming data * * @param frame received frame to decode */
src/exchangeframe.h:23
MethodExchangeUnbindFrame
* Constructor based on incoming data * * @param frame received frame to decode */
src/exchangeunbindframe.h:79
MethodExchangeUnbindOKFrame
* Constructor based on incoming data * * @param frame received frame to decode */
src/exchangeunbindokframe.h:36
MethodExtFrame
* Constructor for an AMQP Frame * * The constructor is protected as you're not supposed * * @param channel channel we'
src/extframe.h:56
MethodFieldProxy
* Construct the field proxy * * @param table the table possibly holding the field * @oaram index key in table map */
include/amqpcpp/fieldproxy.h:60
MethodFrame
* Protected constructor to ensure that no objects are created from * outside the library */
include/amqpcpp/frame.h:40
MethodFunction
* Constructor * @param handle Handle to access openssl * @param name Name of the function */
src/linux_tcp/function.h:121
MethodHeaderFrame
* Construct a header frame * @param channel Channel ID * @param size Payload size */
src/headerframe.h:33
MethodHeartbeatFrame
* Construct a heartbeat frame * * @param channel channel identifier * @param payload payload of the body */
src/heartbeatframe.h:24
MethodInBuffer
* Constructor * @param buffer Binary buffer */
include/amqpcpp/inbuffer.h:59
MethodLibBoostAsioHandler
* Handler cannot be default constructed. * * @param that The object to not move or copy */
include/amqpcpp/libboostasio.h:498
MethodLibEvHandler
* Constructor * @param loop The event loop to wrap * @param priority The libev priority (higher priorities are invoked earlie
include/amqpcpp/libev.h:520
MethodLibEventHandler
* Constructor * @param evbase The event loop to wrap */
include/amqpcpp/libevent.h:196
MethodLibUvHandler
* Constructor * @param loop The event loop to wrap */
include/amqpcpp/libuv.h:213
MethodLogin
* Default constructor */
include/amqpcpp/login.h:47
MethodMessage
* Constructor * * @param exchange * @param routingKey */
include/amqpcpp/message.h:139
MethodMetaData
* Constructor for empty meta data. Can be useful when user-space wants to preserve all meta-data */
include/amqpcpp/metadata.h:134
MethodMethodFrame
* Constructor for a methodFrame * * @param channel channel we're working on * @param size size of the frame. */
src/methodframe.h:34
MethodMonitor
* Constructor * @param watchable */
include/amqpcpp/monitor.h:54
MethodMyHandler
* Constructor * @param uv_loop */
examples/libuv.cpp:47
MethodMyHandler
* Constructor * @param ev_loop */
examples/libev.cpp:77
MethodMyTimer
* Constructor * @param loop * @param channel * @param queue */
examples/libev.cpp:132
MethodNumericField
* Default constructor, assign 0 */
include/amqpcpp/numericfield.h:49
MethodPassthroughBuffer
* Constructor * @param connection * @param handler * @param frame */
src/passthroughbuffer.h:98
MethodPipe
* Constructor */
src/linux_tcp/pipe.h:42
MethodPlatformName
* Constructor */
src/platformname.h:41
MethodPoll
* Constructor * @param fd the filedescriptor that we're waiting on */
src/linux_tcp/poll.h:47
MethodProgramName
* Constructor */
src/programname.h:53
← previousnext →201–300 of 1,099, ranked by callers