LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
llvm::cl::OptionValue< cl::boolOrDefault > Struct Template Reference

#include <CommandLine.h>

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

Public Types

typedef cl::boolOrDefault WrapperType
 

Public Member Functions

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

Detailed Description

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

Definition at line 434 of file CommandLine.h.

Member Typedef Documentation

Definition at line 435 of file CommandLine.h.

Constructor & Destructor Documentation

Definition at line 437 of file CommandLine.h.

Member Function Documentation


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