LLVM API Documentation
#include <CommandLine.h>


Public Member Functions | |
| bool | parse (Option &, const char *, const std::string &Arg, std::string &Value) |
| virtual const char * | getValueName () const |
| virtual void | anchor () |
Definition at line 651 of file CommandLine.h.
| bool llvm::cl::parser< std::string >::parse | ( | Option & | , | |
| const char * | , | |||
| const std::string & | Arg, | |||
| std::string & | Value | |||
| ) | [inline] |
Definition at line 654 of file CommandLine.h.
| virtual const char* llvm::cl::parser< std::string >::getValueName | ( | ) | const [inline, virtual] |
| virtual void llvm::cl::parser< std::string >::anchor | ( | ) | [virtual] |
Reimplemented from llvm::cl::basic_parser_impl.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.