LLVM API Documentation

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

#include <CommandLine.h>

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

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 805 of file CommandLine.h.


Member Function Documentation

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

Reimplemented from llvm::cl::basic_parser_impl.

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

Reimplemented from llvm::cl::basic_parser_impl.

Definition at line 811 of file CommandLine.h.

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

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