]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - libgetopt++/include/getopt++/OptionSet.h
Implement paired boolean options
[cygwin-apps/setup.git] / libgetopt++ / include / getopt++ / OptionSet.h
index 4ccaddafdf504a2d98e16eebf318a5a8b33c4a5c..dbd8046b4cc90f5b7632323f94cebb6abe1d956d 100644 (file)
@@ -44,7 +44,8 @@ private:
   bool isOption(std::string::size_type) const;
   void doOption(std::string &option, std::string::size_type const &pos);
   bool doNoArgumentOption(std::string &option, std::string::size_type const &pos);
-  Option * findOption(std::string &option, std::string::size_type const &pos) const;
+  void findOption(std::string &option, std::string::size_type const &pos,
+                  Option *&theOption, int & prefixIndex) const;
   std::vector<Option *> options;
   std::vector<std::string> argv;
   std::vector<std::string> nonoptions;
This page took 0.024267 seconds and 5 git commands to generate.