MCPcopy Create free account

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

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

MethodonReady
* Method that is called when the AMQP connection is established * @param connection The connection that can now be used */
include/amqpcpp/linux_tcp/tcpconnection.h:108
MethodonSecured
* Method that is called when the connection is secured * @param state * @param ssl * @return bool */
include/amqpcpp/linux_tcp/tcpconnection.h:169
MethodonSecuring
* Method that is called when right before connection is being secured * @param state * @param ssl * @return bool */
include/amqpcpp/linux_tcp/tcpconnection.h:157
MethodonUnblocked
* Method that is called when the AMQP connection is no longer blocked. * * This method is called when all resource alarms have cleared an
include/amqpcpp/connectionhandler.h:223
MethodonUnblocked
* Method that is called when the AMQP connection is no longer blocked. * @param connection The connection that is no longer blocked
include/amqpcpp/linux_tcp/tcpconnection.h:135
Functionopenssl
* Function to set the openssl handle * @param ptr */
src/linux_tcp/openssl.cpp:31
Methodoperator !
src/linux_tcp/function.h:145
Methodoperator!
* Is the buffer empty * @return bool */
src/linux_tcp/tcpoutbuffer.h:119
Methodoperator!
* Negate operator: is it not set * @return bool */
include/amqpcpp/login.h:83
Methodoperator!
* Negate operator: is the object in an invalid state? * @return bool */
include/amqpcpp/monitor.h:110
Methodoperator!=
src/linux_tcp/function.h:152
Methodoperator!=
* Comparison operator * @param that * @return bool */
include/amqpcpp/address.h:348
Methodoperator!=
* Comparison operator * @param that * @return bool */
include/amqpcpp/login.h:135
Methodoperator!=
* Check for inequality between this and another DecimalField * * @param value value to be checked for inequality * @return boole
include/amqpcpp/decimalfield.h:175
Methodoperator()
* Invoke the function * * @param mixed,... */
src/linux_tcp/function.h:159
Methodoperator()
* Comparison operator <. Should exhibit SWO. * @param lhs * @param rhs * @return bool lhs < rhs */
include/amqpcpp/address.h:42
Methodoperator->
* Retrieve a pointer to the object * * @return Pointer to the object, undefined if no object is managed */
include/amqpcpp/stack_ptr.h:136
Methodoperator<
* Comparison operator that is useful if addresses have to be ordered * @param that * @return bool */
include/amqpcpp/address.h:359
Methodoperator<
* Comparison operator * @param that * @return bool */
include/amqpcpp/login.h:146
Methodoperator==
* Test whether we are a valid object * @param nullptr test if we are null */
src/linux_tcp/function.h:151
Methodoperator==
* Comparison operator * @param that * @return bool */
include/amqpcpp/address.h:322
Methodoperator==
* Comparison operator * @param that * @return bool */
include/amqpcpp/login.h:124
Methodoperator==
* Check for equality between this and another DecimalField * * @param value value to be checked for equality * @return boolean wh
include/amqpcpp/decimalfield.h:161
Methodoperator[]
* Get reference to struct * @param index * @return struct addrinfo* */
src/linux_tcp/addressinfo.h:178
Methodoperator[]
* Get a field * * @param name field name */
include/amqpcpp/table.h:180
Methodoperator[]
* Get a field * * @param index field index * @return ArrayFieldProxy */
include/amqpcpp/array.h:152
Methodout
src/linux_tcp/pipe.h:74
Methodoutput
* Output the object to a stream * @param std::ostream */
include/amqpcpp/array.h:197
Methodoutput
* Output the object to a stream * @param std::ostream */
include/amqpcpp/numericfield.h:199
Methodoutput
* Output the object to a stream * @param std::ostream */
include/amqpcpp/voidfield.h:83
Methodoutput
* Output the object to a stream * @param std::ostream */
include/amqpcpp/stringfield.h:293
Methodoutput
* Output the object to a stream * @param std::ostream */
include/amqpcpp/decimalfield.h:108
Methodoutput
* Output the object to a stream * @param std::ostream */
include/amqpcpp/booleanset.h:102
Methodparse
* Parse the buffer into a recognized frame * * Every time that data comes in on the connection, you should call this method to parse * the incom
src/connectionimpl.cpp:109
Methodparse
* Parse the received buffer * @param monitor object to check the existance of the connection object * @param size number of
src/linux_tcp/sslconnected.h:189
MethodpartOfHandshake
* Is this a frame that is part of the connection setup? * @return bool */
src/protocolheaderframe.h:131
MethodpartOfHandshake
* Is this a frame that is part of the connection setup? * @return bool */
src/connectionstartokframe.h:147
MethodpartOfHandshake
* Is this a frame that is part of the connection setup? * @return bool */
src/connectiontuneokframe.h:124
MethodpartOfHandshake
* Is this a frame that is part of the connection setup? * @return bool */
include/amqpcpp/frame.h:64
MethodpartOfShutdown
* Is this a frame that is part of the connection close operation? * @return bool */
include/amqpcpp/frame.h:70
Methodpassive
* Passive declaration, do not create exchange if it does not exist * @return bool */
src/exchangedeclareframe.h:153
Methodpassive
* returns value of passive declaration, do not create queue if it does not exist * @return bool */
src/queuedeclareframe.h:135
Methodpassive
* Is the passive bit set * If set, the declare method only checks if the queue/exchange exists without actually creating it * @return boo
include/amqpcpp/entityimpl.h:121
MethodpayloadSize
* The size of the payload * @return uint32_t */
src/receivedframe.h:172
Methodpersistent
* Is this a message with persistent storage * This is an alias for retrieving the delivery mode and checking if it is set to 2 * @return
include/amqpcpp/metadata.h:318
MethodprefetchCount
* Return the prefetch count * @return int16_t */
src/basicqosframe.h:97
MethodprefetchSize
* returns the prefetch size * @return int32_t */
src/basicqosframe.h:115
Methodpriority
include/amqpcpp/metadata.h:301
Methodproceed
* Proceed with the handshake * @param events the events to wait for on the socket * @return TcpState */
src/linux_tcp/sslhandshake.h:107
Methodproceed
* Proceed with the next operation after the previous operation was * a success, possibly changing the filedescriptor-monitor * @return Tc
src/linux_tcp/sslconnected.h:82
Methodproceed
* Proceed to the next state * @param monitor object that checks if the connection still exists * @return TcpState * */
src/linux_tcp/tcpresolver.h:255
Methodproceed
* Proceed with the next operation after the previous operation was * a success, possibly changing the filedescriptor-monitor * @param mo
src/linux_tcp/sslshutdown.h:39
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/exchangedeclareokframe.h:64
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/confirmselectokframe.h:69
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/exchangedeleteokframe.h:65
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/connectionopenokframe.h:80
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/queueunbindokframe.h:67
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/heartbeatframe.h:58
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/transactionselectokframe.h:68
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicqosokframe.h:61
Methodprocess
* Process the frame * @param connection */
src/connectionunblockframe.h:67
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicdeliverframe.h:189
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/queuebindokframe.h:63
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicreturnframe.h:156
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicrecoverokframe.h:66
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicackframe.h:119
Methodprocess
* Process the frame * @param connection */
src/connectioncloseokframe.h:62
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicgetemptyframe.h:78
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/transactioncommitokframe.h:68
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicconsumeokframe.h:88
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basiccancelframe.h:115
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/channelcloseokframe.h:66
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basiccancelokframe.h:88
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/exchangebindokframe.h:61
Methodprocess
* Process the message headers * * @param frame The frame to process */
src/deferredreceiver.cpp:39
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/connectioncloseframe.h:156
Methodprocess
* Process the connection start frame * @param connection * @return bool * @internal */
src/connectionstartframe.h:204
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/channelflowokframe.h:87
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/methodframe.h:96
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/exchangeunbindokframe.h:62
Methodprocess
* Process a delivery frame * * @param frame The frame to process */
src/deferredconsumer.cpp:21
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicheaderframe.h:142
Methodprocess
* Process an ACK frame * * @param frame The frame to process */
src/deferredconfirm.cpp:23
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/queuedeleteokframe.h:88
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/transactionrollbackokframe.h:68
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/channelopenokframe.h:71
Methodprocess
* Process a return frame * * @param frame The frame to process */
src/deferredrecall.cpp:22
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicnackframe.h:117
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/queuedeclareokframe.h:127
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/connectiontuneframe.h:132
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/bodyframe.h:104
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/extframe.h:151
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicgetokframe.h:165
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/channelcloseframe.h:147
Methodprocess
* Process the frame * @param connection */
src/connectionblockframe.h:94
Methodprocess
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/queuepurgeokframe.h:88
Methodprocess
* Process the filedescriptor in the object * @param monitor Object to check if connection still exists * @param fd Filedes
src/linux_tcp/sslhandshake.h:168
Methodprocess
* Process the filedescriptor in the object * @param monitor Object that can be used to find out if connection object is still alive *
src/linux_tcp/sslconnected.h:354
Methodprocess
* Process the filedescriptor in the object * * This method should return the handler object that will be responsible for * all futu
src/linux_tcp/tcpstate.h:85
Methodprocess
* Wait for the resolver to be ready * @param monitor Object to check if connection still exists * @param fd The filedescri
src/linux_tcp/tcpresolver.h:301
← previousnext →701–800 of 1,099, ranked by callers