LLVM  3.7.0
Public Member Functions | List of all members
llvm::cl::OptionValue< DataType > Struct Template Reference

#include <CommandLine.h>

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

Public Member Functions

 OptionValue ()=default
 
 OptionValue (const DataType &V)
 
template<class DT >
OptionValue< DataType > & operator= (const DT &V)
 
- Public Member Functions inherited from llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value >
bool hasValue () const
 
const DataTypegetValue () const
 
void setValue (const DT &)
 
bool compare (const DataType &) const
 
bool compare (const GenericOptionValue &) const override
 

Additional Inherited Members

- Public Types inherited from llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value >
typedef OptionValue< DataTypeWrapperType
 
- Protected Member Functions inherited from llvm::cl::OptionValueBase< DataType, std::is_class< DataType >::value >
 ~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>
struct llvm::cl::OptionValue< DataType >

Definition at line 370 of file CommandLine.h.

Constructor & Destructor Documentation

template<class DataType>
llvm::cl::OptionValue< DataType >::OptionValue ( )
default
template<class DataType>
llvm::cl::OptionValue< DataType >::OptionValue ( const DataType V)
inline

Member Function Documentation

template<class DataType>
template<class DT >
OptionValue<DataType>& llvm::cl::OptionValue< DataType >::operator= ( const DT &  V)
inline

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