#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.
Namespaces |
| namespace | qpid |
| | This file was automatically generated from the AMQP specification.
|
Functions |
| 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.
|
| template<class T > |
| po::value_semantic * | qpid::optValue (std::vector< T > &value, const char *name) |
| | Create a vector value.
|
| po::value_semantic * | qpid::optValue (bool &value) |
| | Create a boolean switch value.
|