LLVM  3.7.0
Public Types | Public Member Functions | List of all members
llvm::cl::OptionValue< std::string > Struct Template Referencefinal

#include <CommandLine.h>

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

Public Types

typedef StringRef WrapperType
 

Public Member Functions

 OptionValue ()
 
 OptionValue (const std::string &V)
 
OptionValue< std::string > & operator= (const std::string &V)
 
- Public Member Functions inherited from llvm::cl::OptionValueCopy< std::string >
 OptionValueCopy ()
 
bool hasValue () const
 
const std::string & getValue () const
 
void setValue (const std::string &V)
 
bool compare (const std::string &V) const
 
bool compare (const GenericOptionValue &V) const override
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::cl::OptionValueCopy< std::string >
 ~OptionValueCopy ()=default
 
 OptionValueCopy (const OptionValueCopy &)=default
 
OptionValueCopyoperator= (const OptionValueCopy &)=default
 
- Protected Member Functions inherited from llvm::cl::GenericOptionValue
 ~GenericOptionValue ()=default
 
 GenericOptionValue ()=default
 
 GenericOptionValue (const GenericOptionValue &)=default
 
GenericOptionValueoperator= (const GenericOptionValue &)=default
 

Detailed Description

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

Definition at line 478 of file CommandLine.h.

Member Typedef Documentation

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

Definition at line 479 of file CommandLine.h.

Constructor & Destructor Documentation

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

Definition at line 481 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: