LLVM API Documentation

Public Member Functions
llvm::cl::parser< unsigned > Class Template Reference

#include <CommandLine.h>

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

List of all members.

Public Member Functions

bool parse (Option &O, StringRef ArgName, StringRef Arg, unsigned &Val)
const char * getValueName () const override
void printOptionDiff (const Option &O, unsigned V, OptVal Default, size_t GlobalWidth) const
void anchor () override

Detailed Description

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

Definition at line 827 of file CommandLine.h.


Member Function Documentation

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

Reimplemented from llvm::cl::basic_parser_impl.

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

Reimplemented from llvm::cl::basic_parser_impl.

Definition at line 833 of file CommandLine.h.

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

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