42 std::ostringstream
os;
45 std::string
str()
const {
return os.str(); }
46 operator std::string()
const {
return str(); }
55 #ifdef _GLIBCXX_USE_LONG_LONG
57 Msg&
operator<<(
unsigned long long n) { os << n;
return *
this; }
63 template <
class T>
Msg&
operator<<(
const T& t) { os <<t;
return *
this; }
74 #define QUOTE(x) QUOTE_(x)
75 #define QPID_MSG(message) (::qpid::Msg() << message << " (" __FILE__ ":" QUOTE(__LINE__) ")")
Msg & operator<<(unsigned short n)
Msg & operator<<(const T &t)
Msg & operator<<(double n)
Msg & operator<<(long double n)
Msg & operator<<(float n)
Msg & operator<<(unsigned long n)
A simple wrapper for std::ostringstream that allows in place construction of a message and automatic ...
Msg & operator<<(unsigned int n)
This file was automatically generated from the AMQP specification.
Msg & operator<<(short n)
std::ostream & operator<<(std::ostream &os, const Address &addr)