class bits_storage
Declaration
template <class DataType, class StorageClass>
class bits_storage { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/CommandLine.h:1719
Templates
- DataType
- StorageClass
Method Overview
- public template <class T>void addValue(const T & V)
- public bits_storage<DataType, StorageClass>()
- public unsigned int getBits()
- public template <class T>bool isSet(const T & V)
- public bool setLocation(llvm::cl::Option & O, unsigned int & L)
Methods
¶template <class T>
void addValue(const T& V)
template <class T>
void addValue(const T& V)
Declared at: llvm/include/llvm/Support/CommandLine.h:1739
Templates
- T
Parameters
- const T& V
¶bits_storage<DataType, StorageClass>()
bits_storage<DataType, StorageClass>()
Declared at: llvm/include/llvm/Support/CommandLine.h:1730
¶unsigned int getBits()
unsigned int getBits()
Declared at: llvm/include/llvm/Support/CommandLine.h:1745
¶template <class T>
bool isSet(const T& V)
template <class T>
bool isSet(const T& V)
Declared at: llvm/include/llvm/Support/CommandLine.h:1747
Templates
- T
Parameters
- const T& V
¶bool setLocation(llvm::cl::Option& O,
unsigned int& L)
bool setLocation(llvm::cl::Option& O,
unsigned int& L)
Declared at: llvm/include/llvm/Support/CommandLine.h:1732
Parameters
- llvm::cl::Option& O
- unsigned int& L