LLVM API Documentation

llvm::cl::bits_storage< DataType, bool > Class Template Reference

#include <CommandLine.h>

Collaboration diagram for llvm::cl::bits_storage< DataType, bool >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

template<class T>
void addValue (const T &V)
unsigned getBits ()
template<class T>
bool isSet (const T &V)

Detailed Description

template<class DataType>
class llvm::cl::bits_storage< DataType, bool >

Definition at line 1046 of file CommandLine.h.


Member Function Documentation

template<class DataType>
template<class T>
void llvm::cl::bits_storage< DataType, bool >::addValue ( const T V  )  [inline]

Definition at line 1059 of file CommandLine.h.

References Bits.

template<class DataType>
unsigned llvm::cl::bits_storage< DataType, bool >::getBits (  )  [inline]

Definition at line 1063 of file CommandLine.h.

References Bits.

template<class DataType>
template<class T>
bool llvm::cl::bits_storage< DataType, bool >::isSet ( const T V  )  [inline]

Definition at line 1066 of file CommandLine.h.

References Bits.


The documentation for this class was generated from the following file: