LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::cl::OptionValueCopy< DataType > Class Template Reference

#include <CommandLine.h>

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

Public Member Functions

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

Detailed Description

template<class DataType>
class llvm::cl::OptionValueCopy< DataType >

Definition at line 382 of file CommandLine.h.

Constructor & Destructor Documentation

template<class DataType>
llvm::cl::OptionValueCopy< DataType >::OptionValueCopy ( )
inline

Definition at line 386 of file CommandLine.h.

Member Function Documentation

template<class DataType>
bool llvm::cl::OptionValueCopy< DataType >::compare ( const DataType V) const
inline
template<class DataType>
virtual bool llvm::cl::OptionValueCopy< DataType >::compare ( const GenericOptionValue V) const
inlinevirtual

Implements llvm::cl::GenericOptionValue.

Definition at line 401 of file CommandLine.h.

template<class DataType>
const DataType& llvm::cl::OptionValueCopy< DataType >::getValue ( ) const
inline
template<class DataType>
bool llvm::cl::OptionValueCopy< DataType >::hasValue ( ) const
inline
template<class DataType>
void llvm::cl::OptionValueCopy< DataType >::setValue ( const DataType V)
inline

Definition at line 395 of file CommandLine.h.


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