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

#include "llvm/Support/CommandLine.h"

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

Public Member Functions

 bits_storage ()=default
bool setLocation (Option &O, unsigned &L)
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 StorageClass>
class llvm::cl::bits_storage< DataType, StorageClass >

Definition at line 1785 of file CommandLine.h.

Constructor & Destructor Documentation

◆ bits_storage()

template<class DataType, class StorageClass>
llvm::cl::bits_storage< DataType, StorageClass >::bits_storage ( )
default

Member Function Documentation

◆ addValue()

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

Definition at line 1805 of file CommandLine.h.

References assert(), and T.

◆ clear()

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

Definition at line 1814 of file CommandLine.h.

◆ getBits()

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

Definition at line 1812 of file CommandLine.h.

◆ isSet()

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

Definition at line 1819 of file CommandLine.h.

References T.

◆ setLocation()

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

Definition at line 1798 of file CommandLine.h.


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