LLVM API Documentation

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

#include <CommandLine.h>

Inheritance diagram for llvm::cl::opt_storage< DataType, ExternalStorage, isClass >:

Inheritance graph
[legend]
Collaboration diagram for llvm::cl::opt_storage< DataType, ExternalStorage, isClass >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 opt_storage ()
bool setLocation (Option &O, DataType &L)
template<class T>
void setValue (const T &V)
DataTypegetValue ()
const DataTypegetValue () const

Detailed Description

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

Definition at line 660 of file CommandLine.h.


Constructor & Destructor Documentation

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

Definition at line 669 of file CommandLine.h.


Member Function Documentation

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

Definition at line 685 of file CommandLine.h.

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

Definition at line 684 of file CommandLine.h.

Referenced by llvm::cl::opt< DataType, ExternalStorage, ParserClass >::operator DataType(), and llvm::cl::opt< DataType, ExternalStorage, ParserClass >::operator=().

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

Definition at line 671 of file CommandLine.h.

template<class DataType, bool ExternalStorage, bool isClass>
template<class T>
void llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::setValue ( const T V  )  [inline]

Definition at line 679 of file CommandLine.h.

Referenced by llvm::cl::opt< DataType, ExternalStorage, ParserClass >::operator=(), and llvm::cl::opt< DataType, ExternalStorage, ParserClass >::setInitialValue().


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