LLVM API Documentation
#include <CommandLine.h>
Inheritance diagram for llvm::cl::list_storage< DataType, StorageClass >:


Public Member Functions | |
| list_storage () | |
| bool | setLocation (Option &O, StorageClass &L) |
| template<class T> | |
| void | addValue (const T &V) |
Definition at line 856 of file CommandLine.h.
| llvm::cl::list_storage< DataType, StorageClass >::list_storage | ( | ) | [inline] |
Definition at line 860 of file CommandLine.h.
| bool llvm::cl::list_storage< DataType, StorageClass >::setLocation | ( | Option & | O, | |
| StorageClass & | L | |||
| ) | [inline] |
Definition at line 862 of file CommandLine.h.
| void llvm::cl::list_storage< DataType, StorageClass >::addValue | ( | const T & | V | ) | [inline] |
Definition at line 870 of file CommandLine.h.