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
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)
Msg & operator<<(short n)
std::ostream & operator<<(std::ostream &os, const Address &addr)