LLVM 19.0.0git
Public Member Functions | Protected Member Functions | List of all members
llvm::cl::GenericOptionValue Struct Referenceabstract

#include "llvm/Support/CommandLine.h"

Inheritance diagram for llvm::cl::GenericOptionValue:
Inheritance graph
[legend]

Public Member Functions

virtual bool compare (const GenericOptionValue &V) const =0
 

Protected Member Functions

 GenericOptionValue ()=default
 
 GenericOptionValue (const GenericOptionValue &)=default
 
GenericOptionValueoperator= (const GenericOptionValue &)=default
 
 ~GenericOptionValue ()=default
 

Detailed Description

Definition at line 539 of file CommandLine.h.

Constructor & Destructor Documentation

◆ GenericOptionValue() [1/2]

llvm::cl::GenericOptionValue::GenericOptionValue ( )
protecteddefault

◆ GenericOptionValue() [2/2]

llvm::cl::GenericOptionValue::GenericOptionValue ( const GenericOptionValue )
protecteddefault

◆ ~GenericOptionValue()

llvm::cl::GenericOptionValue::~GenericOptionValue ( )
protecteddefault

Member Function Documentation

◆ compare()

virtual bool llvm::cl::GenericOptionValue::compare ( const GenericOptionValue V) const
pure virtual

◆ operator=()

GenericOptionValue & llvm::cl::GenericOptionValue::operator= ( const GenericOptionValue )
protecteddefault

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