LLVM
15.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Types | |
using | iterator = typename std::vector< DataType >::iterator |
using | const_iterator = typename std::vector< DataType >::const_iterator |
using | size_type = typename std::vector< DataType >::size_type |
using | reference = typename std::vector< DataType >::reference |
using | const_reference = typename std::vector< DataType >::const_reference |
Public Member Functions | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
size_type | size () const |
bool | empty () const |
void | push_back (const DataType &value) |
void | push_back (DataType &&value) |
reference | operator[] (size_type pos) |
const_reference | operator[] (size_type pos) const |
void | clear () |
iterator | erase (const_iterator pos) |
iterator | erase (const_iterator first, const_iterator last) |
iterator | erase (iterator pos) |
iterator | erase (iterator first, iterator last) |
iterator | insert (const_iterator pos, const DataType &value) |
iterator | insert (const_iterator pos, DataType &&value) |
iterator | insert (iterator pos, const DataType &value) |
iterator | insert (iterator pos, DataType &&value) |
reference | front () |
const_reference | front () const |
operator std::vector< DataType > & () | |
operator ArrayRef< DataType > () const | |
std::vector< DataType > * | operator& () |
const std::vector< DataType > * | operator& () const |
template<class T > | |
void | addValue (const T &V) |
Definition at line 1528 of file CommandLine.h.
using llvm::cl::list_storage< DataType, bool >::const_iterator = typename std::vector<DataType>::const_iterator |
Definition at line 1537 of file CommandLine.h.
using llvm::cl::list_storage< DataType, bool >::const_reference = typename std::vector<DataType>::const_reference |
Definition at line 1552 of file CommandLine.h.
using llvm::cl::list_storage< DataType, bool >::iterator = typename std::vector<DataType>::iterator |
Definition at line 1532 of file CommandLine.h.
using llvm::cl::list_storage< DataType, bool >::reference = typename std::vector<DataType>::reference |
Definition at line 1551 of file CommandLine.h.
using llvm::cl::list_storage< DataType, bool >::size_type = typename std::vector<DataType>::size_type |
Definition at line 1542 of file CommandLine.h.
|
inline |
Definition at line 1593 of file CommandLine.h.
|
inline |
Definition at line 1534 of file CommandLine.h.
|
inline |
Definition at line 1539 of file CommandLine.h.
|
inline |
Definition at line 1557 of file CommandLine.h.
|
inline |
Definition at line 1546 of file CommandLine.h.
|
inline |
Definition at line 1535 of file CommandLine.h.
|
inline |
Definition at line 1540 of file CommandLine.h.
|
inline |
Definition at line 1562 of file CommandLine.h.
References llvm::binaryformat::last.
|
inline |
Definition at line 1561 of file CommandLine.h.
|
inline |
Definition at line 1567 of file CommandLine.h.
References llvm::binaryformat::last.
|
inline |
Definition at line 1566 of file CommandLine.h.
|
inline |
Definition at line 1585 of file CommandLine.h.
|
inline |
Definition at line 1586 of file CommandLine.h.
|
inline |
Definition at line 1571 of file CommandLine.h.
|
inline |
Definition at line 1574 of file CommandLine.h.
|
inline |
Definition at line 1578 of file CommandLine.h.
|
inline |
Definition at line 1581 of file CommandLine.h.
|
inline |
Definition at line 1589 of file CommandLine.h.
|
inline |
Definition at line 1588 of file CommandLine.h.
|
inline |
Definition at line 1590 of file CommandLine.h.
|
inline |
Definition at line 1591 of file CommandLine.h.
|
inline |
Definition at line 1554 of file CommandLine.h.
|
inline |
Definition at line 1555 of file CommandLine.h.
|
inline |
Definition at line 1548 of file CommandLine.h.
|
inline |
Definition at line 1549 of file CommandLine.h.
|
inline |
Definition at line 1544 of file CommandLine.h.
Referenced by llvm::cl::list< DataType, StorageClass, ParserClass >::getPosition().