|
proxygen
|
#include <boost/program_options.hpp>#include <folly/Optional.h>#include <folly/portability/GFlags.h>Go to the source code of this file.
Classes | |
| struct | folly::NestedCommandLineParseResult |
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
Enumerations | |
| enum | folly::ProgramOptionsStyle { folly::ProgramOptionsStyle::GFLAGS, folly::ProgramOptionsStyle::GNU } |
Functions | |
| po::options_description | folly::getGFlags (ProgramOptionsStyle style) |
| NestedCommandLineParseResult | folly::parseNestedCommandLine (int argc, const char *const argv[], const boost::program_options::options_description &desc) |
| NestedCommandLineParseResult | folly::parseNestedCommandLine (const std::vector< std::string > &cmdline, const boost::program_options::options_description &desc) |