| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <sstream>#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | qpid |
Classes | |
| struct | qpid::Msg |
| A simple wrapper for std::ostringstream that allows in place construction of a message and automatic conversion to string. More... | |
Defines | |
| #define | QUOTE_(x) #x |
| Construct a message using operator << and append (file:line). | |
| #define | QUOTE(x) QUOTE_(x) |
| #define | QPID_MSG(message) (::qpid::Msg() << message << " (" __FILE__ ":" QUOTE(__LINE__) ")") |
Functions | |
| std::ostream & | qpid::operator<< (std::ostream &o, const Msg &m) |
| #define QPID_MSG | ( | message | ) | (::qpid::Msg() << message << " (" __FILE__ ":" QUOTE(__LINE__) ")") |
| #define QUOTE_ | ( | x | ) | #x |
1.4.7