class list_storage

Declaration

template <class DataType, class StorageClass>
class list_storage { /* full declaration omitted */ };

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

Templates

DataType
StorageClass

Method Overview

Methods

template <class T>
void addValue(const T& V)

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

Templates

T

Parameters

const T& V

void clear()

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

list_storage<DataType, StorageClass>()

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

bool setLocation(llvm::cl::Option& O,
                 StorageClass& L)

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

Parameters

llvm::cl::Option& O
StorageClass& L