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)
virtual const char * getValueName () const
void printOptionDiff (const Option &O, unsigned V, OptVal Default, size_t GlobalWidth) const
virtual void anchor ()

Detailed Description

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

Definition at line 819 of file CommandLine.h.


Member Function Documentation

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

Reimplemented from llvm::cl::basic_parser_impl.

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

Reimplemented from llvm::cl::basic_parser_impl.

Definition at line 825 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: