proxygen
folly::NestedCommandLineParseResult Struct Reference

#include <ProgramOptions.h>

Public Member Functions

 NestedCommandLineParseResult ()
 

Public Attributes

boost::program_options::parsed_options options {nullptr}
 
Optional< std::stringcommand
 
std::vector< std::stringrest
 

Detailed Description

Definition at line 68 of file ProgramOptions.h.

Constructor & Destructor Documentation

folly::NestedCommandLineParseResult::NestedCommandLineParseResult ( )
inline

Definition at line 69 of file ProgramOptions.h.

69 {}

Member Data Documentation

Optional<std::string> folly::NestedCommandLineParseResult::command

Definition at line 73 of file ProgramOptions.h.

Referenced by folly::getGFlags().

boost::program_options::parsed_options folly::NestedCommandLineParseResult::options {nullptr}

Definition at line 71 of file ProgramOptions.h.

Referenced by folly::getGFlags().

std::vector<std::string> folly::NestedCommandLineParseResult::rest

Definition at line 74 of file ProgramOptions.h.

Referenced by folly::getGFlags().


The documentation for this struct was generated from the following file: