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

#include <CommandLine.h>

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

Public Types

typedef OptionValue< DataTypeWrapperType
 

Public Member Functions

bool hasValue () const
 
const DataTypegetValue () const
 
template<class DT >
void setValue (const DT &)
 
bool compare (const DataType &) const
 
bool compare (const GenericOptionValue &) const override
 

Protected Member Functions

 ~OptionValueBase ()=default
 
- Protected Member Functions inherited from llvm::cl::GenericOptionValue
 ~GenericOptionValue ()=default
 
 GenericOptionValue ()=default
 
 GenericOptionValue (const GenericOptionValue &)=default
 
GenericOptionValueoperator= (const GenericOptionValue &)=default
 

Detailed Description

template<class DataType, bool isClass>
struct llvm::cl::OptionValueBase< DataType, isClass >

Definition at line 375 of file CommandLine.h.

Member Typedef Documentation

template<class DataType, bool isClass>
typedef OptionValue<DataType> llvm::cl::OptionValueBase< DataType, isClass >::WrapperType

Definition at line 377 of file CommandLine.h.

Constructor & Destructor Documentation

template<class DataType, bool isClass>
llvm::cl::OptionValueBase< DataType, isClass >::~OptionValueBase ( )
protecteddefault

Member Function Documentation

template<class DataType, bool isClass>
bool llvm::cl::OptionValueBase< DataType, isClass >::compare ( const DataType ) const
inline

Definition at line 386 of file CommandLine.h.

template<class DataType, bool isClass>
bool llvm::cl::OptionValueBase< DataType, isClass >::compare ( const GenericOptionValue ) const
inlineoverridevirtual

Implements llvm::cl::GenericOptionValue.

Definition at line 388 of file CommandLine.h.

template<class DataType, bool isClass>
const DataType& llvm::cl::OptionValueBase< DataType, isClass >::getValue ( ) const
inline

Definition at line 381 of file CommandLine.h.

template<class DataType, bool isClass>
bool llvm::cl::OptionValueBase< DataType, isClass >::hasValue ( ) const
inline

Definition at line 379 of file CommandLine.h.

template<class DataType, bool isClass>
template<class DT >
void llvm::cl::OptionValueBase< DataType, isClass >::setValue ( const DT &  )
inline

Definition at line 384 of file CommandLine.h.


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