LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::cl::parser< bool > Class Template Reference

#include <CommandLine.h>

Inheritance diagram for llvm::cl::parser< bool >:

Inheritance graph
[legend]
Collaboration diagram for llvm::cl::parser< bool >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

bool parse (Option &O, const char *ArgName, const std::string &Arg, bool &Val)
enum ValueExpected getValueExpectedFlagDefault () const
virtual const char * getValueName () const

Detailed Description

template<>
class llvm::cl::parser< bool >

Definition at line 516 of file CommandLine.h.


Member Function Documentation

enum ValueExpected llvm::cl::parser< bool >::getValueExpectedFlagDefault  )  const [inline]
 

Reimplemented from llvm::cl::basic_parser_impl.

Definition at line 521 of file CommandLine.h.

References llvm::cl::ValueOptional.

virtual const char* llvm::cl::parser< bool >::getValueName  )  const [inline, virtual]
 

Reimplemented from llvm::cl::basic_parser_impl.

Definition at line 526 of file CommandLine.h.

bool llvm::cl::parser< bool >::parse Option O,
const char *  ArgName,
const std::string &  Arg,
bool &  Val
 


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