|
LLVM
8.0.1
|
#include "llvm/Support/CommandLine.h"


Public Types | |
| using | WrapperType = StringRef |
Public Member Functions | |
| OptionValue ()=default | |
| OptionValue (const std::string &V) | |
| OptionValue< std::string > & | operator= (const std::string &V) |
Public Member Functions inherited from llvm::cl::OptionValueCopy< std::string > | |
| OptionValueCopy ()=default | |
| 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 (const OptionValueCopy &)=default | |
| OptionValueCopy & | operator= (const OptionValueCopy &)=default |
| ~OptionValueCopy ()=default | |
Protected Member Functions inherited from llvm::cl::GenericOptionValue | |
| GenericOptionValue ()=default | |
| GenericOptionValue (const GenericOptionValue &)=default | |
| GenericOptionValue & | operator= (const GenericOptionValue &)=default |
| ~GenericOptionValue ()=default | |
Definition at line 589 of file CommandLine.h.
| using llvm::cl::OptionValue< std::string >::WrapperType = StringRef |
Definition at line 590 of file CommandLine.h.
|
default |
|
inline |
Definition at line 594 of file CommandLine.h.
|
inline |
Definition at line 596 of file CommandLine.h.
1.8.13