LLVM API Documentation

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, const char *AN, const std::string &Arg, unsigned &Val)
virtual const char * getValueName () const

Detailed Description

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

Definition at line 559 of file CommandLine.h.


Member Function Documentation

bool llvm::cl::parser< unsigned >::parse ( Option O,
const char *  AN,
const std::string &  Arg,
unsigned &  Val 
)

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

Reimplemented from llvm::cl::basic_parser_impl.

Definition at line 565 of file CommandLine.h.


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