Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#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.
Classes | |
class | qpid::OptionValue< T > |
struct | qpid::Options |
Base class for options. More... | |
struct | qpid::Options::Exception |
struct | qpid::CommonOptions |
Standard options for configuration. More... | |
Namespaces | |
namespace | qpid |
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. |