Apache Qpid C++ API
Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation

qpid/Msg.h File Reference

#include <sstream>
#include <iostream>

Go to the source code of this file.

Classes

struct  qpid::Msg
 A simple wrapper for std::ostringstream that allows in place construction of a message and automatic conversion to string. More...

Namespaces

namespace  qpid
 

This file was automatically generated from the AMQP specification.


Defines

#define QPID_MSG(message)   ::qpid::Msg() << message << " (" << __FILE__ << ":" << __LINE__ << ")"
 Construct a message using operator << and append (file:line).

Functions

std::ostream & qpid::operator<< (std::ostream &o, const Msg &m)

Define Documentation

#define QPID_MSG ( message   )     ::qpid::Msg() << message << " (" << __FILE__ << ":" << __LINE__ << ")"

Construct a message using operator << and append (file:line).

Definition at line 72 of file Msg.h.


Qpid C++ API Reference
Generated on Tue Nov 3 12:04:01 2009 for Qpid C++ Client API by doxygen 1.6.1