LLVM  3.7.0
Public Types | Protected Member Functions | List of all members
llvm::cl::OptionValueBase< DataType, false > Struct Template Reference

#include <CommandLine.h>

Inheritance diagram for llvm::cl::OptionValueBase< DataType, false >:
[legend]
Collaboration diagram for llvm::cl::OptionValueBase< DataType, false >:
[legend]

Public Types

typedef DataType WrapperType
 

Protected Member Functions

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

Additional Inherited Members

- Public Member Functions inherited from llvm::cl::OptionValueCopy< DataType >
 OptionValueCopy ()
 
bool hasValue () const
 
const DataTypegetValue () const
 
void setValue (const DataType &V)
 
bool compare (const DataType &V) const
 
bool compare (const GenericOptionValue &V) const override
 

Detailed Description

template<class DataType>
struct llvm::cl::OptionValueBase< DataType, false >

Definition at line 434 of file CommandLine.h.

Member Typedef Documentation

template<class DataType >
typedef DataType llvm::cl::OptionValueBase< DataType, false >::WrapperType

Definition at line 435 of file CommandLine.h.

Constructor & Destructor Documentation

template<class DataType >
llvm::cl::OptionValueBase< DataType, false >::~OptionValueBase ( )
protecteddefault
template<class DataType >
llvm::cl::OptionValueBase< DataType, false >::OptionValueBase ( )
protecteddefault
template<class DataType >
llvm::cl::OptionValueBase< DataType, false >::OptionValueBase ( const OptionValueBase< DataType, false > &  )
protecteddefault

Member Function Documentation

template<class DataType >
OptionValueBase& llvm::cl::OptionValueBase< DataType, false >::operator= ( const OptionValueBase< DataType, false > &  )
protecteddefault

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