LLVM API Documentation

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

#include <CommandLine.h>

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 1501 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 1514 of file CommandLine.h.

References llvm::tgtok::Bits.

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

Definition at line 1518 of file CommandLine.h.

References llvm::tgtok::Bits.

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

Definition at line 1521 of file CommandLine.h.

References llvm::tgtok::Bits.


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