#include "qpid/Exception.h"
#include <boost/program_options.hpp>
#include <boost/format.hpp>
#include <sstream>
#include <iterator>
#include <algorithm>
#include <string>
#include "qpid/CommonImportExport.h"
Go to the source code of this file.
|
| namespace | qpid |
| | This file was automatically generated from the AMQP specification.
|
| |
|
| std::string | qpid::prettyArg (const std::string &, const std::string &) |
| |
| template<class T > |
| po::value_semantic * | qpid::optValue (T &value, const char *name) |
| | Create an option value. More...
|
| |
| template<class T > |
| po::value_semantic * | qpid::optValue (std::vector< T > &value, const char *name) |
| | Create a vector value. More...
|
| |
| po::value_semantic * | qpid::optValue (bool &value) |
| | Create a boolean switch value. More...
|
| |