LLVM 22.0.0git
llvm::cl::bits_storage< DataType, bool > Class Template Reference

#include "llvm/Support/CommandLine.h"

Inheritance diagram for llvm::cl::bits_storage< DataType, bool >:
[legend]

Public Member Functions

template<class T>
void addValue (const T &V)
unsigned getBits ()
void clear ()
template<class T>
bool isSet (const T &V)
 bits_storage ()=default
bool setLocation (Option &O, unsigned &L)

Detailed Description

template<class DataType>
class llvm::cl::bits_storage< DataType, bool >

Definition at line 1852 of file CommandLine.h.

Constructor & Destructor Documentation

◆ bits_storage()

llvm::cl::bits_storage< DataType, bool >::bits_storage ( )
default

Member Function Documentation

◆ addValue()

template<class DataType>
template<class T>
void llvm::cl::bits_storage< DataType, bool >::addValue ( const T & V)
inline

Definition at line 1863 of file CommandLine.h.

References T.

◆ clear()

template<class DataType>
void llvm::cl::bits_storage< DataType, bool >::clear ( )
inline

Definition at line 1867 of file CommandLine.h.

◆ getBits()

template<class DataType>
unsigned llvm::cl::bits_storage< DataType, bool >::getBits ( )
inline

Definition at line 1865 of file CommandLine.h.

◆ isSet()

template<class DataType>
template<class T>
bool llvm::cl::bits_storage< DataType, bool >::isSet ( const T & V)
inline

Definition at line 1869 of file CommandLine.h.

References T.

◆ setLocation()

bool llvm::cl::bits_storage< DataType, bool >::setLocation ( Option & O,
unsigned & L )
inline

Definition at line 1823 of file CommandLine.h.


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