LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::cl::opt_storage< DataType, false, true > Class Template Reference

#include <CommandLine.h>

Inheritance diagram for llvm::cl::opt_storage< DataType, false, true >:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

template<class T>
void setValue (const T &V)
DataType & getValue ()
const DataType & getValue () const

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


Member Function Documentation

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

Definition at line 765 of file CommandLine.h.

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

Definition at line 764 of file CommandLine.h.

template<class DataType>
template<class T>
void llvm::cl::opt_storage< DataType, false, true >::setValue const T &  V  )  [inline]
 

Definition at line 762 of file CommandLine.h.


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


This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.