Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <frame_functors.h>
Public Member Functions | |
SumBodySize () | |
void | operator() (const AMQFrame &f) |
uint64_t | getSize () |
Definition at line 43 of file frame_functors.h.
qpid::framing::SumBodySize::SumBodySize | ( | ) | [inline] |
Definition at line 47 of file frame_functors.h.
uint64_t qpid::framing::SumBodySize::getSize | ( | ) | [inline] |
Definition at line 49 of file frame_functors.h.
void qpid::framing::SumBodySize::operator() | ( | const AMQFrame & | f | ) | [inline] |
Definition at line 48 of file frame_functors.h.
References qpid::framing::AMQBody::encodedSize(), and qpid::framing::AMQFrame::getBody().