MCPcopy Create free account

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

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

Methodfill
* Write encoded payload to the given buffer. * @param buffer OutBuffer to write to */
include/amqpcpp/numericfield.h:176
Methodfill
* Write encoded payload to the given buffer. * @param buffer OutBuffer to write to */
include/amqpcpp/voidfield.h:68
Methodfill
* Write encoded payload to the given buffer. * @param buffer */
include/amqpcpp/stringfield.h:257
Methodfill
* Write encoded payload to the given buffer. */
include/amqpcpp/decimalfield.h:61
Methodfill
* Fill the buffer * @param buffer */
include/amqpcpp/booleanset.h:155
Methodfill
* Fill an output buffer * This method is not used by this library, but could be useful if you want to store * the meta-data + message con
include/amqpcpp/envelope.h:130
MethodfinalState
* Construct the final state * @param monitor Object that monitors whether connection still exists * @return TcpState* */
src/linux_tcp/tcpconnected.h:86
Methodflush
* Signal the channel that a synchronous operation was completed. After * this operation, waiting frames can be sent out. */
src/channelimpl.cpp:828
Methodflush
* Flush the object */
src/passthroughbuffer.h:61
MethodframeMax
* Proposed maximum frame size * @return _uint32_t */
src/connectiontuneframe.h:113
MethodframeMax
* Proposed maximum frame size * @return _uint32_t */
src/connectiontuneokframe.h:106
Methodget
* Get one of the booleans * @param index from 0 to 7, where 0 is rightmost bit * @return bool */
include/amqpcpp/booleanset.h:119
Methodget_dispatch_wrapper
* Builds a io handler callback that executes the io callback in a strand. * @param io_handler The handler callback to dispatch * @
include/amqpcpp/libboostasio.h:125
Methodget_read_handler
* Binds and returns a read handler for the io operation. * @param connection The connection being watched. * @param fd
include/amqpcpp/libboostasio.h:147
Methodget_timer_handler
* Binds and returns a lamba function handler for the io operation. * @param connection The connection being watched. * @param ti
include/amqpcpp/libboostasio.h:183
Methodget_write_handler
* Binds and returns a read handler for the io operation. * @param connection The connection being watched. * @param fd
include/amqpcpp/libboostasio.h:165
Methodglobal
* returns the value of global * @return boolean */
src/basicqosframe.h:106
MethodhasAppID
include/amqpcpp/metadata.h:204
MethodhasClusterID
include/amqpcpp/metadata.h:203
MethodhasContentEncoding
include/amqpcpp/metadata.h:201
MethodhasContentType
include/amqpcpp/metadata.h:202
MethodhasCorrelationID
include/amqpcpp/metadata.h:197
MethodhasDeliveryMode
include/amqpcpp/metadata.h:199
MethodhasExpiration
* Check if a certain field is set * @return bool */
include/amqpcpp/metadata.h:195
MethodhasHeaders
include/amqpcpp/metadata.h:200
MethodhasMessageID
include/amqpcpp/metadata.h:208
MethodhasPriority
include/amqpcpp/metadata.h:198
MethodhasReplyTo
include/amqpcpp/metadata.h:196
MethodhasTimestamp
include/amqpcpp/metadata.h:207
MethodhasTypeName
include/amqpcpp/metadata.h:206
MethodhasUserID
include/amqpcpp/metadata.h:205
MethodheaderSize
* Size of the header * @return uint32_t */
src/extframe.h:106
Methodheartbeat
* Send a ping / heartbeat frame to keep the connection alive * @return bool */
src/connectionimpl.cpp:440
Methodheartbeat
* Desired heartbeat delay * @return uint16_t */
src/connectiontuneframe.h:122
Methodheartbeat
* Desired heartbeat delay * @return uint16_t */
src/connectiontuneokframe.h:115
Methodheartbeat
* Send a heartbeat * @return bool */
include/amqpcpp/linux_tcp/tcpconnection.h:348
Methodid
* Get the channel we're working on * @return uint16_t */
include/amqpcpp/channelimpl.h:585
MethodifEmpty
* returns the value of ifEmpty * @returns bool */
src/queuedeleteframe.h:131
MethodifUnused
* returns whether to delete if unused * @return bool */
src/exchangedeleteframe.h:120
MethodifUnused
* returns value of ifUnused * @returns bool */
src/queuedeleteframe.h:122
Methodimmediate
* Return the request immediate delivery indication * @return boolean */
src/basicpublishframe.h:148
Methodinitialize
* Initialize the object to send out a message * @param exchange the exchange to which the message was published * @param routingkey
src/deferredextreceiver.cpp:26
Methodinitialized
* Is (or was) the connection initialized * @return bool */
include/amqpcpp/connectionimpl.h:235
Methodinitialized
* Is the connection initialized, meaning: it has passed the login handshake? * It may be closing or closed * @return bool */
include/amqpcpp/linux_tcp/tcpconnection.h:288
Methodinternal
* Is this an internal exchange? * @return bool */
src/exchangedeclareframe.h:180
MethodisArray
include/amqpcpp/field.h:111
MethodisArray
* We are an array field * * @return true, because we are an array */
include/amqpcpp/array.h:188
MethodisBoolean
include/amqpcpp/field.h:113
MethodisBoolean
* We are a boolean field * * @return true, because we are a boolean */
include/amqpcpp/booleanset.h:183
MethodisDecimal
include/amqpcpp/field.h:110
MethodisDecimal
* We are a decimal field * * @return true, because we are a decimal field */
include/amqpcpp/decimalfield.h:223
MethodisInteger
* Check the field type * * @return Is the field a specific type? */
include/amqpcpp/field.h:109
MethodisInteger
* We are an integer field * * @return true, because we are an integer */
include/amqpcpp/numericfield.h:156
MethodisReadable
* Check if the socket is readable * @return bool */
src/linux_tcp/sslconnected.h:224
MethodisString
include/amqpcpp/field.h:114
MethodisString
* We are a string * * @return true, because we are a string */
include/amqpcpp/stringfield.h:284
MethodisTable
* We are a table * * @return true, because we are a table */
include/amqpcpp/table.h:235
MethodisTable
include/amqpcpp/field.h:112
MethodisVoid
include/amqpcpp/field.h:115
MethodisVoid
* We are an void field * * @return true, because we are an void */
include/amqpcpp/voidfield.h:94
MethodisWritable
* Check if the socket is writable * @return bool */
src/linux_tcp/sslconnected.h:237
Methodkeys
* Retrieve all keys in the table * * @return Vector with all keys in the table */
src/table.cpp:102
Methodlocale
* The selected locale * @return string */
src/connectionstartokframe.h:138
Methodlock
* Get reference to self to prevent that object falls out of scope * @return std::shared_ptr */
include/amqpcpp/deferredconsumer.h:75
Methodlock
* Get reference to self to prevent that object falls out of scope * @return std::shared_ptr */
include/amqpcpp/deferredrecall.h:73
Functionmain
tests/table/table.cpp:5
Functionmain
* Main program * @return int */
examples/libuv.cpp:59
Functionmain
* Main program * @return int */
examples/libev.cpp:159
Functionmain
* Main program * @return int */
examples/libboostasio.cpp:26
Functionmain
* Main program * @return int */
examples/libevent.cpp:21
MethodmajorVersion
* Major AMQP version number * @return uint8_t */
src/connectionstartframe.h:144
Methodmandatory
* Return the mandatory routing indication * @return boolean */
src/basicpublishframe.h:139
MethodmaxFrame
* The max frame size * @return uint32_t */
include/amqpcpp/connectionimpl.h:309
MethodmaxFrame
* The max frame size. Useful if you set up a buffer to parse incoming data: it does not have to exceed this size. * @return uint32_t */
include/amqpcpp/linux_tcp/tcpconnection.h:314
MethodmaxLength
* Get the maximum allowed string length for this field * @return size_t */
include/amqpcpp/stringfield.h:248
MethodmaxPayload
* The max payload size for body frames * @return uint32_t */
include/amqpcpp/connectionimpl.h:318
Methodmaxframe
* Install max-frame size * @param heartbeat suggested heartbeat */
src/linux_tcp/sslconnected.h:437
Methodmaxframe
* Install max-frame size * @param heartbeat suggested heartbeat */
src/linux_tcp/tcpconnected.h:245
MethodmessageCount
* Number of messages * @return int32_t */
src/queuedeclareokframe.h:108
MethodmessageCount
* Return the number of messages in the queue * @return uint32_t */
src/basicgetokframe.h:146
MethodmethodID
* Return the method ID * @return uint16_t */
src/basicconsumeframe.h:130
MethodmethodID
* return the method id * @return uint16_t */
src/transactionselectframe.h:46
MethodmethodID
* returns the method id * @return uint16_t */
src/exchangedeclareokframe.h:54
MethodmethodID
* return the method id * @return uint16_t */
src/confirmselectokframe.h:59
MethodmethodID
* Method id * @return uint16_t */
src/connectionsecureokframe.h:69
MethodmethodID
* Return the method ID * @return uint16_t */
src/basicrecoverasyncframe.h:80
MethodmethodID
* returns the method id * @return uint16_t */
src/exchangedeleteokframe.h:55
MethodmethodID
* Return the method ID * @return uint16_t */
src/basicrejectframe.h:91
MethodmethodID
* Return the method ID * @return uint16_t */
src/basicrecoverframe.h:80
MethodmethodID
* Method id * @return uint16_t */
src/connectionopenokframe.h:70
MethodmethodID
* returns the method id * @return uint16_t */
src/queueunbindokframe.h:57
MethodmethodID
* Return the method ID * @return uint16_t */
src/basicqosframe.h:88
MethodmethodID
* return the method id * @return uint16_t */
src/transactionselectokframe.h:58
MethodmethodID
* The method ID * @return method id */
src/queuepurgeframe.h:100
MethodmethodID
* Return the method id * @return uint16_t */
src/basicqosokframe.h:51
MethodmethodID
* Method id * @return uint16_t */
src/connectionunblockframe.h:58
MethodmethodID
* Method id * @return uint16_t */
src/channelopenframe.h:62
MethodmethodID
* Return the method ID * @return uint16_t */
src/basicdeliverframe.h:152
MethodmethodID
* Returns the method id * @return uint16_t */
src/queuebindframe.h:129
MethodmethodID
* returns the method id * @return uint16_t */
src/queuebindokframe.h:53
← previousnext →501–600 of 1,099, ranked by callers