LLVM API Documentation

llvm::cl::parser< std::string > Class Template Reference

#include <CommandLine.h>

Inheritance diagram for llvm::cl::parser< std::string >:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

bool parse (Option &, const char *, const std::string &Arg, std::string &Value)
virtual const char * getValueName () const
virtual void anchor ()


Detailed Description

template<>
class llvm::cl::parser< std::string >

Definition at line 651 of file CommandLine.h.


Member Function Documentation

bool llvm::cl::parser< std::string >::parse ( Option ,
const char *  ,
const std::string &  Arg,
std::string &  Value 
) [inline]

Definition at line 654 of file CommandLine.h.

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

Reimplemented from llvm::cl::basic_parser_impl.

Definition at line 661 of file CommandLine.h.

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

Reimplemented from llvm::cl::basic_parser_impl.


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



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.