LLVM API Documentation

Public Member Functions
llvm::cl::OptionValue< DataType > Struct Template Reference

#include <CommandLine.h>

Inheritance diagram for llvm::cl::OptionValue< DataType >:
Inheritance graph
[legend]
Collaboration diagram for llvm::cl::OptionValue< DataType >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OptionValue ()
 OptionValue (const DataType &V)
template<class DT >
OptionValue< DataType > & operator= (const DT &V)

Detailed Description

template<class DataType>
struct llvm::cl::OptionValue< DataType >

Definition at line 424 of file CommandLine.h.


Constructor & Destructor Documentation

template<class DataType>
llvm::cl::OptionValue< DataType >::OptionValue ( ) [inline]

Definition at line 425 of file CommandLine.h.

template<class DataType>
llvm::cl::OptionValue< DataType >::OptionValue ( const DataType V) [inline]

Member Function Documentation

template<class DataType>
template<class DT >
OptionValue<DataType>& llvm::cl::OptionValue< DataType >::operator= ( const DT &  V) [inline]

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