| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/Msg.h>
Public Member Functions | |
| Msg () | |
| Msg (const Msg &m) | |
| std::string | str () const |
| operator std::string () const | |
| Msg & | operator<< (long n) |
| Msg & | operator<< (unsigned long n) |
| Msg & | operator<< (bool n) |
| Msg & | operator<< (short n) |
| Msg & | operator<< (unsigned short n) |
| Msg & | operator<< (int n) |
| Msg & | operator<< (unsigned int n) |
| Msg & | operator<< (double n) |
| Msg & | operator<< (float n) |
| Msg & | operator<< (long double n) |
| template<class T> | |
| Msg & | operator<< (const T &t) |
Public Attributes | |
| std::ostringstream | os |
E.g.
void foo(const std::string&); foo(Msg() << "hello " << 32); *
Definition at line 40 of file Msg.h.
| qpid::Msg::operator std::string | ( | ) | const [inline] |
| Msg& qpid::Msg::operator<< | ( | const T & | t | ) | [inline] |
| std::string qpid::Msg::str | ( | ) | const [inline] |
Definition at line 44 of file Msg.h.
References os.
Referenced by operator std::string(), and qpid::operator<<().
| std::ostringstream qpid::Msg::os |
1.4.7