LLVM 19.0.0git
Public Member Functions | List of all members
llvm::cl::bits_storage< DataType, bool > Class Template Reference

#include "llvm/Support/CommandLine.h"

Public Member Functions

template<class T >
void addValue (const T &V)
 
unsigned getBits ()
 
void clear ()
 
template<class T >
bool isSet (const T &V)
 

Detailed Description

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

Definition at line 1818 of file CommandLine.h.

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 1829 of file CommandLine.h.

◆ clear()

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

Definition at line 1833 of file CommandLine.h.

◆ getBits()

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

Definition at line 1831 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 1835 of file CommandLine.h.


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