LLVM API Documentation

Public Member Functions
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]

List of all members.

Public Member Functions

 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>
class llvm::cl::OptionValueCopy< DataType >

Definition at line 389 of file CommandLine.h.


Constructor & Destructor Documentation

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

Definition at line 393 of file CommandLine.h.


Member Function Documentation

template<class DataType>
bool llvm::cl::OptionValueCopy< DataType >::compare ( const DataType V) const [inline]
template<class DataType>
bool llvm::cl::OptionValueCopy< DataType >::compare ( const GenericOptionValue V) const [inline, override, virtual]

Implements llvm::cl::GenericOptionValue.

Definition at line 408 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 402 of file CommandLine.h.


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