LLVM  4.0.0
Public Types | Public Member Functions | List of all members
llvm::cl::OptionValue< cl::boolOrDefault > Struct Template Referencefinal

#include <CommandLine.h>

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

Public Types

typedef cl::boolOrDefault WrapperType
 

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

template<>
struct llvm::cl::OptionValue< cl::boolOrDefault >

Definition at line 543 of file CommandLine.h.

Member Typedef Documentation

Definition at line 545 of file CommandLine.h.

Constructor & Destructor Documentation

Member Function Documentation


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