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


Public Member Functions | |
| bits_storage () | |
| bool | setLocation (Option &O, unsigned &L) |
| template<class T> | |
| void | addValue (const T &V) |
| unsigned | getBits () |
| template<class T> | |
| bool | isSet (const T &V) |
Definition at line 1005 of file CommandLine.h.
| llvm::cl::bits_storage< DataType, StorageClass >::bits_storage | ( | ) | [inline] |
Definition at line 1017 of file CommandLine.h.
| bool llvm::cl::bits_storage< DataType, StorageClass >::setLocation | ( | Option & | O, | |
| unsigned & | L | |||
| ) | [inline] |
Definition at line 1019 of file CommandLine.h.
| void llvm::cl::bits_storage< DataType, StorageClass >::addValue | ( | const T & | V | ) | [inline] |
Definition at line 1027 of file CommandLine.h.
| unsigned llvm::cl::bits_storage< DataType, StorageClass >::getBits | ( | ) | [inline] |
Definition at line 1033 of file CommandLine.h.
| bool llvm::cl::bits_storage< DataType, StorageClass >::isSet | ( | const T & | V | ) | [inline] |
Definition at line 1036 of file CommandLine.h.