LLVM API Documentation
#include <CommandLine.h>


Public Types | |
| typedef StringRef | WrapperType |
Public Member Functions | |
| OptionValue () | |
| OptionValue (const std::string &V) | |
| OptionValue< std::string > & | operator= (const std::string &V) |
Definition at line 458 of file CommandLine.h.
| typedef StringRef llvm::cl::OptionValue< std::string >::WrapperType |
Definition at line 459 of file CommandLine.h.
| 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] |
Definition at line 463 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value >::setValue().
| OptionValue<std::string>& llvm::cl::OptionValue< std::string >::operator= | ( | const std::string & | V | ) | [inline] |
Definition at line 466 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value >::setValue().