LLVM API Documentation

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

#include <CommandLine.h>

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

 opt_storage ()
template<class T>
void setValue (const T &V)
DataTypegetValue ()
DataType getValue () const
DataType operator-> () const

Public Attributes

DataType Value


Detailed Description

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

Definition at line 773 of file CommandLine.h.


Constructor & Destructor Documentation

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

Definition at line 779 of file CommandLine.h.


Member Function Documentation

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

Definition at line 782 of file CommandLine.h.

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

Definition at line 783 of file CommandLine.h.

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

Definition at line 784 of file CommandLine.h.

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

Definition at line 787 of file CommandLine.h.


Member Data Documentation

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

Definition at line 775 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.