llvm::cl::OptionValueCopy< DataType > Class Template Reference

#include <CommandLine.h>

Inheritance diagram for llvm::cl::OptionValueCopy< DataType >:
llvm::cl::GenericOptionValue llvm::cl::OptionValueBase< DataType, false >

List of all members.

Public Member Functions

 OptionValueCopy ()
bool hasValue () const
const DataType & getValue () const
void setValue (const DataType &V)
bool compare (const DataType &V) const
virtual bool compare (const GenericOptionValue &V) const

Private Attributes

DataType Value
bool Valid

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


Constructor & Destructor Documentation

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

Member Function Documentation

template<class DataType>
virtual bool llvm::cl::OptionValueCopy< DataType >::compare ( const GenericOptionValue V  )  const [inline, virtual]
template<class DataType>
bool llvm::cl::OptionValueCopy< DataType >::compare ( const DataType &  V  )  const [inline]
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]

Member Data Documentation

template<class DataType>
bool llvm::cl::OptionValueCopy< DataType >::Valid [private]
template<class DataType>
DataType llvm::cl::OptionValueCopy< DataType >::Value [private]

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

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1