llvm::cl::opt_storage< DataType, ExternalStorage, isClass > Class Template Reference

#include <CommandLine.h>

List of all members.

Public Member Functions

 opt_storage ()
bool setLocation (Option &O, DataType &L)
template<class T >
void setValue (const T &V, bool initial=false)
DataType & getValue ()
const DataType & getValue () const
 operator DataType () const
const OptionValue< DataType > & getDefault () const

Private Member Functions

void check () const

Private Attributes

DataType * Location
OptionValue< DataType > Default

template<class DataType, bool ExternalStorage, bool isClass>
class llvm::cl::opt_storage< DataType, ExternalStorage, isClass >


Constructor & Destructor Documentation

template<class DataType, bool ExternalStorage, bool isClass>
llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::opt_storage (  )  [inline]

Member Function Documentation

template<class DataType, bool ExternalStorage, bool isClass>
void llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::check (  )  const [inline, private]
template<class DataType, bool ExternalStorage, bool isClass>
const OptionValue<DataType>& llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getDefault (  )  const [inline]
template<class DataType, bool ExternalStorage, bool isClass>
const DataType& llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue (  )  const [inline]
template<class DataType, bool ExternalStorage, bool isClass>
DataType& llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue (  )  [inline]
template<class DataType, bool ExternalStorage, bool isClass>
llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::operator DataType (  )  const [inline]
template<class DataType, bool ExternalStorage, bool isClass>
bool llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::setLocation ( Option O,
DataType &  L 
) [inline]
template<class DataType, bool ExternalStorage, bool isClass>
template<class T >
void llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::setValue ( const T &  V,
bool  initial = false 
) [inline]

Member Data Documentation

template<class DataType, bool ExternalStorage, bool isClass>
OptionValue<DataType> llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::Default [private]
template<class DataType, bool ExternalStorage, bool isClass>
DataType* llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::Location [private]

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

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1