LLVM API Documentation

Public Types | Public Member Functions
llvm::cl::OptionValue< std::string > Struct Template Reference

#include <CommandLine.h>

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

List of all members.

Public Types

typedef StringRef WrapperType

Public Member Functions

 OptionValue ()
 OptionValue (const std::string &V)
OptionValue< std::string > & operator= (const std::string &V)

Detailed Description

template<>
struct llvm::cl::OptionValue< std::string >

Definition at line 458 of file CommandLine.h.


Member Typedef Documentation

typedef StringRef llvm::cl::OptionValue< std::string >::WrapperType

Definition at line 459 of file CommandLine.h.


Constructor & Destructor Documentation

llvm::cl::OptionValue< std::string >::OptionValue ( ) [inline]

Definition at line 461 of file CommandLine.h.

llvm::cl::OptionValue< std::string >::OptionValue ( const std::string &  V) [inline]

Member Function Documentation

OptionValue<std::string>& llvm::cl::OptionValue< std::string >::operator= ( const std::string &  V) [inline]

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