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

Public Member Functions | |
| template<class T> | |
| void | addValue (const T &V) |
| unsigned | getBits () |
| template<class T> | |
| bool | isSet (const T &V) |
Definition at line 1046 of file CommandLine.h.
| void llvm::cl::bits_storage< DataType, bool >::addValue | ( | const T & | V | ) | [inline] |
| unsigned llvm::cl::bits_storage< DataType, bool >::getBits | ( | ) | [inline] |
| bool llvm::cl::bits_storage< DataType, bool >::isSet | ( | const T & | V | ) | [inline] |