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

#include <CommandLine.h>

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

Public Member Functions

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

Public Attributes

OptionValue< DataTypeDefault
 

Detailed Description

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

Definition at line 1140 of file CommandLine.h.

Member Function Documentation

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

Definition at line 1153 of file CommandLine.h.

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

Definition at line 1150 of file CommandLine.h.

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

Definition at line 1151 of file CommandLine.h.

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

Definition at line 1144 of file CommandLine.h.

Member Data Documentation

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

Definition at line 1142 of file CommandLine.h.


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