LLVM API Documentation

Public Member Functions
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, StringRef ArgName, StringRef Arg, bool &Val)
template<class Opt >
void initialize (Opt &O)
enum ValueExpected getValueExpectedFlagDefault () const
const char * getValueName () const override
void printOptionDiff (const Option &O, bool V, OptVal Default, size_t GlobalWidth) const
void anchor () override

Detailed Description

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

Definition at line 749 of file CommandLine.h.


Member Function Documentation

void llvm::cl::parser< bool >::anchor ( ) [override, virtual]

Reimplemented from llvm::cl::basic_parser_impl.

Reimplemented from llvm::cl::basic_parser_impl.

Definition at line 761 of file CommandLine.h.

References llvm::cl::ValueOptional.

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

Reimplemented from llvm::cl::basic_parser_impl.

Definition at line 766 of file CommandLine.h.

template<class Opt >
void llvm::cl::parser< bool >::initialize ( Opt &  O) [inline]

Definition at line 757 of file CommandLine.h.

bool llvm::cl::parser< bool >::parse ( Option O,
StringRef  ArgName,
StringRef  Arg,
bool Val 
)
void llvm::cl::parser< bool >::printOptionDiff ( const Option O,
bool  V,
OptVal  Default,
size_t  GlobalWidth 
) const

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