LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::cl::opt_storage< DataType, false, false > Class Template Reference

#include <CommandLine.h>

Collaboration diagram for llvm::cl::opt_storage< DataType, false, false >:
[legend]

Public Member Functions

 opt_storage ()
 
template<class T >
void setValue (const T &V, bool initial=false)
 
DataTypegetValue ()
 
DataType getValue () const
 
const OptionValue< DataType > & getDefault () const
 
 operator DataType () const
 
DataType operator-> () const
 

Public Attributes

DataType Value
 
OptionValue< DataTypeDefault
 

Detailed Description

template<class DataType>
class llvm::cl::opt_storage< DataType, false, false >

Definition at line 1240 of file CommandLine.h.

Constructor & Destructor Documentation

template<class DataType >
llvm::cl::opt_storage< DataType, false, false >::opt_storage ( )
inline

Definition at line 1247 of file CommandLine.h.

Member Function Documentation

template<class DataType >
const OptionValue<DataType>& llvm::cl::opt_storage< DataType, false, false >::getDefault ( ) const
inline

Definition at line 1257 of file CommandLine.h.

template<class DataType >
DataType& llvm::cl::opt_storage< DataType, false, false >::getValue ( )
inline

Definition at line 1254 of file CommandLine.h.

template<class DataType >
DataType llvm::cl::opt_storage< DataType, false, false >::getValue ( ) const
inline

Definition at line 1255 of file CommandLine.h.

template<class DataType >
llvm::cl::opt_storage< DataType, false, false >::operator DataType ( ) const
inline
template<class DataType >
DataType llvm::cl::opt_storage< DataType, false, false >::operator-> ( ) const
inline

Definition at line 1262 of file CommandLine.h.

template<class DataType >
template<class T >
void llvm::cl::opt_storage< DataType, false, false >::setValue ( const T V,
bool  initial = false 
)
inline

Definition at line 1249 of file CommandLine.h.

Member Data Documentation

template<class DataType >
OptionValue<DataType> llvm::cl::opt_storage< DataType, false, false >::Default

Definition at line 1243 of file CommandLine.h.

template<class DataType >
DataType llvm::cl::opt_storage< DataType, false, false >::Value

Definition at line 1242 of file CommandLine.h.


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