LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
llvm::cl::OptionValueBase< DataType, isClass > Struct Template Reference

#include <CommandLine.h>

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

Public Types

typedef OptionValue< DataTypeWrapperType
 

Public Member Functions

bool hasValue () const
 
const DataTypegetValue () const
 
template<class DT >
void setValue (const DT &)
 
bool compare (const DataType &) const
 
virtual bool compare (const GenericOptionValue &) const
 
- Public Member Functions inherited from llvm::cl::GenericOptionValue
virtual ~GenericOptionValue ()
 

Detailed Description

template<class DataType, bool isClass>
struct llvm::cl::OptionValueBase< DataType, isClass >

Definition at line 363 of file CommandLine.h.

Member Typedef Documentation

template<class DataType, bool isClass>
typedef OptionValue<DataType> llvm::cl::OptionValueBase< DataType, isClass >::WrapperType

Definition at line 365 of file CommandLine.h.

Member Function Documentation

template<class DataType, bool isClass>
bool llvm::cl::OptionValueBase< DataType, isClass >::compare ( const DataType ) const
inline

Definition at line 375 of file CommandLine.h.

template<class DataType, bool isClass>
virtual bool llvm::cl::OptionValueBase< DataType, isClass >::compare ( const GenericOptionValue ) const
inlinevirtual

Implements llvm::cl::GenericOptionValue.

Definition at line 377 of file CommandLine.h.

template<class DataType, bool isClass>
const DataType& llvm::cl::OptionValueBase< DataType, isClass >::getValue ( ) const
inline

Definition at line 369 of file CommandLine.h.

template<class DataType, bool isClass>
bool llvm::cl::OptionValueBase< DataType, isClass >::hasValue ( ) const
inline

Definition at line 367 of file CommandLine.h.

template<class DataType, bool isClass>
template<class DT >
void llvm::cl::OptionValueBase< DataType, isClass >::setValue ( const DT &  )
inline

Definition at line 373 of file CommandLine.h.


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