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 450 of file CommandLine.h.
| typedef StringRef llvm::cl::OptionValue< std::string >::WrapperType |
Definition at line 451 of file CommandLine.h.
| llvm::cl::OptionValue< std::string >::OptionValue | ( | ) | [inline] |
Definition at line 453 of file CommandLine.h.
| llvm::cl::OptionValue< std::string >::OptionValue | ( | const std::string & | V | ) | [inline] |
Definition at line 455 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, is_class< DataType >::value >::setValue().
| OptionValue<std::string>& llvm::cl::OptionValue< std::string >::operator= | ( | const std::string & | V | ) | [inline] |
Definition at line 458 of file CommandLine.h.
References llvm::cl::OptionValueBase< DataType, is_class< DataType >::value >::setValue().