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 1117 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 1130 of file CommandLine.h.

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

Definition at line 1134 of file CommandLine.h.

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

Definition at line 1137 of file CommandLine.h.


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



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.