#include <sstream>
#include <iostream>
#include "qpid/types/ImportExport.h"
Go to the source code of this file.
|
struct | qpid::Msg |
| A simple wrapper for std::ostringstream that allows in place construction of a message and automatic conversion to string. More...
|
|
|
| qpid |
| This file was automatically generated from the AMQP specification.
|
|
#define QPID_MSG |
( |
|
message | ) |
(::qpid::Msg() << message << " (" __FILE__ ":" QUOTE(__LINE__) ")") |
Definition at line 75 of file Msg.h.
Definition at line 74 of file Msg.h.
Construct a message using operator << and append (file:line)
Definition at line 73 of file Msg.h.