LLVM 19.0.0git
Public Types | Protected Member Functions | List of all members
llvm::cl::OptionValueBase< DataType, false > Struct Template Reference

#include "llvm/Support/CommandLine.h"

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

Public Types

using WrapperType = DataType
 

Protected Member Functions

 OptionValueBase ()=default
 
 OptionValueBase (const OptionValueBase &)=default
 
OptionValueBaseoperator= (const OptionValueBase &)=default
 
 ~OptionValueBase ()=default
 
- Protected Member Functions inherited from llvm::cl::OptionValueCopy< DataType >
 OptionValueCopy (const OptionValueCopy &)=default
 
OptionValueCopyoperator= (const OptionValueCopy &)=default
 
 ~OptionValueCopy ()=default
 
- Protected Member Functions inherited from llvm::cl::GenericOptionValue
 GenericOptionValue ()=default
 
 GenericOptionValue (const GenericOptionValue &)=default
 
GenericOptionValueoperator= (const GenericOptionValue &)=default
 
 ~GenericOptionValue ()=default
 

Additional Inherited Members

- Public Member Functions inherited from llvm::cl::OptionValueCopy< DataType >
 OptionValueCopy ()=default
 
bool hasValue () const
 
const DataType & getValue () const
 
void setValue (const DataType &V)
 
bool compare (const DataType &V) const
 
bool compare (const GenericOptionValue &V) const override
 
virtual bool compare (const GenericOptionValue &V) const =0
 

Detailed Description

template<class DataType>
struct llvm::cl::OptionValueBase< DataType, false >

Definition at line 618 of file CommandLine.h.

Member Typedef Documentation

◆ WrapperType

template<class DataType >
using llvm::cl::OptionValueBase< DataType, false >::WrapperType = DataType

Definition at line 619 of file CommandLine.h.

Constructor & Destructor Documentation

◆ OptionValueBase() [1/2]

template<class DataType >
llvm::cl::OptionValueBase< DataType, false >::OptionValueBase ( )
protecteddefault

◆ OptionValueBase() [2/2]

template<class DataType >
llvm::cl::OptionValueBase< DataType, false >::OptionValueBase ( const OptionValueBase< DataType, false > &  )
protecteddefault

◆ ~OptionValueBase()

template<class DataType >
llvm::cl::OptionValueBase< DataType, false >::~OptionValueBase ( )
protecteddefault

Member Function Documentation

◆ operator=()

template<class DataType >
OptionValueBase & llvm::cl::OptionValueBase< DataType, false >::operator= ( const OptionValueBase< DataType, false > &  )
protecteddefault

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