Qpid Proton C++ API  0.32.0
transfer.hpp File Reference

The base class for delivery and tracker. More...

#include "./fwd.hpp"
#include "./internal/export.hpp"
#include "./internal/object.hpp"
#include <proton/disposition.h>
#include <iosfwd>

Go to the source code of this file.

Classes

class  transfer
 The base class for delivery and tracker. More...
 

Namespaces

 proton
 The main Proton namespace.
 

Functions

std::string to_string (enum transfer::state)
 Human-readalbe name of the transfer::state.
 
std::ostream & operator<< (std::ostream &, const enum transfer::state)
 Human-readalbe name of the transfer::state.
 

Detailed Description

The base class for delivery and tracker.