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
sort
* Order the addresses based on IP */
src/linux_tcp/addressinfo.h:123
Function
sslerrorprintercallback
* Callback used for ERR_print_errors_cb * @param str The string * @param len The length * @param ctx The context (this ptr) * @retur
src/linux_tcp/sslerrorprinter.cpp:27
Method
stack_ptr
* Constructor */
include/amqpcpp/stack_ptr.h:43
Method
stop_timer
* Stop the timer */
include/amqpcpp/libboostasio.h:400
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/basicconsumeframe.h:120
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/basicrecoverasyncframe.h:71
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/basicrejectframe.h:82
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/basicrecoverframe.h:71
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/queuepurgeframe.h:90
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/basicdeliverframe.h:143
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/queuebindframe.h:119
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/basicreturnframe.h:101
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/basicackframe.h:82
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/exchangedeleteframe.h:92
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/exchangedeclareframe.h:116
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/queuedeleteframe.h:94
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/basiccancelframe.h:77
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/exchangebindframe.h:112
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/basicpublishframe.h:103
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/queuedeclareframe.h:107
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
src/exchangeunbindframe.h:112
Method
synchronous
* Is this a synchronous frame? * * After a synchronous frame no more frames may be * sent until the accompanying -ok frame arrives
include/amqpcpp/frame.h:84
Method
throttle
* Get the throttle * @return size_t */
include/amqpcpp/throttle.h:129
Method
timed
* Do we need timers / is this a timed monitor? * @return bool */
include/amqpcpp/libev.h:225
Method
timeout_handler
* Callback method that is called by libev when the timer expires * @param ec error code returned from loop * @param lo
include/amqpcpp/libboostasio.h:281
Method
timestamp
include/amqpcpp/metadata.h:310
Method
totalSize
* Total size of the frame (headers + payload) * @return uint32_t */
src/receivedframe.h:162
Method
totalSize
* return the total size of the frame * @return uint32_t */
src/protocolheaderframe.h:94
Method
trailerSize
* Size of the trailer * @return uint32_t */
src/extframe.h:116
Method
type
* Return the type of frame * @return uint8_t */
src/heartbeatframe.h:47
Method
type
* Get the message type * @return uint8_t */
src/headerframe.h:65
Method
type
* Get the message type * @return uint8_t */
src/methodframe.h:74
Method
type
* Return the type of frame * @return uint8_t */
src/bodyframe.h:85
Method
typeID
* Get the type ID that is used to identify this type of * field in a field table * @return char */
include/amqpcpp/array.h:178
Method
typeID
* Get the type ID that is used to identify this type of * field in a field table */
include/amqpcpp/numericfield.h:190
Method
typeID
* Get the type ID that is used to identify this type of * field in a field table */
include/amqpcpp/voidfield.h:74
Method
typeID
* Get the type ID that is used to identify this type of * field in a field table * @return char */
include/amqpcpp/stringfield.h:274
Method
typeID
* Get the type ID that is used to identify this type of * field in a field table */
include/amqpcpp/decimalfield.h:232
Method
typeID
* Type ID * @return char */
include/amqpcpp/booleanset.h:173
Method
unacknowledged
* Method to check how many messages are still unacked. * @return size_t */
include/amqpcpp/throttle.h:123
Method
unacknowledged
* Method to check how many messages are still unacked. * @return size_t */
include/amqpcpp/tagger.h:117
Method
unacknowledged
* Method to check how many messages are still unacked. * @return size_t */
include/amqpcpp/reliable.h:239
Method
usable
* Is the channel usable / not yet closed? * @return bool */
include/amqpcpp/channelimpl.h:268
Method
usable
* Is the connection in a usable state / not yet closed? * @return bool */
include/amqpcpp/connectionimpl.h:266
Method
usable
* Is the connection in a usable state, or is it already closed or * in the process of being closed? * @return bool */
include/amqpcpp/connection.h:222
Method
usable
* Is the connection in a usable state / not yet closed or being closed * When a connection is usable, you can send further commands over it. Wh
include/amqpcpp/linux_tcp/tcpconnection.h:299
Method
uv_to_amqp_events
* Convert event flags from UV format to AMQP format */
include/amqpcpp/libuv.h:133
Method
value
* Get the value * @return mixed */
include/amqpcpp/numericfield.h:145
Method
value
* Return the DecimalField * To preserve precision DecimalField is returned, containing the number and places. * @return return DecimalFie
include/amqpcpp/decimalfield.h:213
Method
waiting
* Is this channel waiting for an answer before it can send furher instructions * @return bool */
include/amqpcpp/channelimpl.h:608
Method
waiting
* Is the connection busy waiting for an answer from the server? (in the * meantime you can already send more instructions over it) * @ret
include/amqpcpp/connection.h:251
Method
waitingChannels
* Is any channel waiting for an answer on a synchronous call? * @return bool */
src/connectionimpl.cpp:364
Method
write
* Perform a write operation * @param monitor object to check the existance of the connection object * @return TcpState* */
src/linux_tcp/sslconnected.h:251
Method
write_handler
* Handler method that is called by boost's io_context when the socket pumps a write event. * @param ec The status of the callback
include/amqpcpp/libboostasio.h:249
Method
~Address
* Destructor */
include/amqpcpp/address.h:223
Method
~AddressInfo
* Destructor */
src/linux_tcp/addressinfo.h:99
Method
~Addresses
* Destructed */
include/amqpcpp/addresses.h:93
Method
~Array
* Destructor */
include/amqpcpp/array.h:71
Method
~BasicAckFrame
* Destructor */
src/basicackframe.h:74
Method
~BasicCancelFrame
* Destructor */
src/basiccancelframe.h:69
Method
~BasicCancelOKFrame
* Destructor */
src/basiccancelokframe.h:63
Method
~BasicConsumeFrame
* Destructor */
src/basicconsumeframe.h:112
Method
~BasicConsumeOKFrame
* Destructor */
src/basicconsumeokframe.h:63
Method
~BasicDeliverFrame
* Destructor */
src/basicdeliverframe.h:117
Method
~BasicFrame
* Destructor */
src/basicframe.h:46
Method
~BasicGetEmptyFrame
* Destructor */
src/basicgetemptyframe.h:62
Method
~BasicGetFrame
* Destructor */
src/basicgetframe.h:81
Method
~BasicGetOKFrame
* Destructor */
src/basicgetokframe.h:104
Method
~BasicHeaderFrame
* Destructor */
src/basicheaderframe.h:107
Method
~BasicNackFrame
* Destructor */
src/basicnackframe.h:74
Method
~BasicPublishFrame
* Destructor */
src/basicpublishframe.h:95
Method
~BasicQosFrame
* Destructor */
src/basicqosframe.h:82
Method
~BasicQosOKFrame
* Destructor */
src/basicqosokframe.h:45
Method
~BasicRecoverAsyncFrame
* Destructor */
src/basicrecoverasyncframe.h:63
Method
~BasicRecoverFrame
* Destructor */
src/basicrecoverframe.h:63
Method
~BasicRecoverOKFrame
* Destructor */
src/basicrecoverokframe.h:50
Method
~BasicRejectFrame
* Destructor */
src/basicrejectframe.h:74
Method
~BasicReturnFrame
* Destructor */
src/basicreturnframe.h:93
Method
~BodyFrame
* Destructor */
src/bodyframe.h:79
Method
~BooleanSet
* Destructor */
include/amqpcpp/booleanset.h:87
Method
~Buffer
* Destructor */
include/amqpcpp/buffer.h:37
Method
~BufferCheck
* Destructor */
src/buffercheck.h:50
Method
~ByteBuffer
* Destructor */
include/amqpcpp/bytebuffer.h:67
Method
~Channel
* Destructor */
include/amqpcpp/channel.h:58
Method
~ChannelCloseFrame
* Destructor */
src/channelcloseframe.h:95
Method
~ChannelCloseOKFrame
* Destructor */
src/channelcloseokframe.h:50
Method
~ChannelFlowFrame
* Destructor */
src/channelflowframe.h:64
Method
~ChannelFlowOKFrame
* Destructor */
src/channelflowokframe.h:63
Method
~ChannelFrame
* Destructor */
src/channelframe.h:36
Method
~ChannelImpl
* Destructor */
src/channelimpl.cpp:54
Method
~ChannelOpenFrame
* Destructor */
src/channelopenframe.h:56
Method
~ChannelOpenOKFrame
* Destructor */
src/channelopenokframe.h:55
Method
~ConfirmFrame
* Destructor */
src/confirmframe.h:40
Method
~ConfirmSelectFrame
* Destructor */
src/confirmselectframe.h:63
Method
~ConfirmSelectOKFrame
* Destructor */
src/confirmselectokframe.h:53
Method
~Connection
* Destructor */
include/amqpcpp/connection.h:70
Method
~ConnectionBlockFrame
* Destructor */
src/connectionblockframe.h:70
Method
~ConnectionCloseFrame
* Destructor */
src/connectioncloseframe.h:95
Method
~ConnectionCloseOKFrame
* Destructor */
src/connectioncloseokframe.h:48
Method
~ConnectionFrame
* Destructor */
src/connectionframe.h:38
← previous
next →
901–1,000 of 1,099, ranked by callers