LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::cl::parser< double > Class Template Reference

#include <CommandLine.h>

Inheritance diagram for llvm::cl::parser< double >:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

bool parse (Option &O, const char *AN, const std::string &Arg, double &Val)
virtual const char * getValueName () const

Detailed Description

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

Definition at line 562 of file CommandLine.h.


Member Function Documentation

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

Reimplemented from llvm::cl::basic_parser_impl.

Definition at line 568 of file CommandLine.h.

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


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