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

Methods

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>()

Declared at: llvm/include/llvm/Support/CommandLine.h:1730

unsigned int getBits()

Declared at: llvm/include/llvm/Support/CommandLine.h:1745

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)

Declared at: llvm/include/llvm/Support/CommandLine.h:1732

Parameters

llvm::cl::Option& O
unsigned int& L