|
LLVM
3.7.0
|
#include <CommandLine.h>
Public Types | |
| typedef std::vector< DataType > ::iterator | iterator |
| typedef std::vector< DataType > ::const_iterator | const_iterator |
| typedef std::vector< DataType > ::size_type | size_type |
| typedef std::vector< DataType > ::reference | reference |
| typedef std::vector< DataType > ::const_reference | 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 |
| 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 > () | |
| std::vector< DataType > * | operator& () |
| const std::vector< DataType > * | operator& () const |
| template<class T > | |
| void | addValue (const T &V) |
Definition at line 1298 of file CommandLine.h.
| typedef std::vector<DataType>::const_iterator llvm::cl::list_storage< DataType, bool >::const_iterator |
Definition at line 1307 of file CommandLine.h.
| typedef std::vector<DataType>::const_reference llvm::cl::list_storage< DataType, bool >::const_reference |
Definition at line 1320 of file CommandLine.h.
| typedef std::vector<DataType>::iterator llvm::cl::list_storage< DataType, bool >::iterator |
Definition at line 1302 of file CommandLine.h.
| typedef std::vector<DataType>::reference llvm::cl::list_storage< DataType, bool >::reference |
Definition at line 1319 of file CommandLine.h.
| typedef std::vector<DataType>::size_type llvm::cl::list_storage< DataType, bool >::size_type |
Definition at line 1311 of file CommandLine.h.
|
inline |
Definition at line 1356 of file CommandLine.h.
|
inline |
Definition at line 1304 of file CommandLine.h.
|
inline |
Definition at line 1308 of file CommandLine.h.
|
inline |
Definition at line 1314 of file CommandLine.h.
|
inline |
Definition at line 1305 of file CommandLine.h.
|
inline |
Definition at line 1309 of file CommandLine.h.
|
inline |
Definition at line 1324 of file CommandLine.h.
|
inline |
Definition at line 1325 of file CommandLine.h.
|
inline |
Definition at line 1329 of file CommandLine.h.
|
inline |
Definition at line 1330 of file CommandLine.h.
|
inline |
Definition at line 1348 of file CommandLine.h.
|
inline |
Definition at line 1349 of file CommandLine.h.
|
inline |
Definition at line 1334 of file CommandLine.h.
|
inline |
Definition at line 1337 of file CommandLine.h.
|
inline |
Definition at line 1341 of file CommandLine.h.
|
inline |
Definition at line 1344 of file CommandLine.h.
|
inline |
Definition at line 1352 of file CommandLine.h.
|
inline |
Definition at line 1351 of file CommandLine.h.
|
inline |
Definition at line 1353 of file CommandLine.h.
|
inline |
Definition at line 1354 of file CommandLine.h.
|
inline |
Definition at line 1321 of file CommandLine.h.
|
inline |
Definition at line 1322 of file CommandLine.h.
|
inline |
Definition at line 1316 of file CommandLine.h.
|
inline |
Definition at line 1317 of file CommandLine.h.
|
inline |
Definition at line 1312 of file CommandLine.h.
1.8.6