LLVM API Documentation

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

#include <CommandLine.h>

Inheritance diagram for llvm::cl::bits_storage< DataType, StorageClass >:

Inheritance graph
[legend]
Collaboration diagram for llvm::cl::bits_storage< DataType, StorageClass >:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

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

Definition at line 995 of file CommandLine.h.


Constructor & Destructor Documentation

template<class DataType, class StorageClass>
llvm::cl::bits_storage< DataType, StorageClass >::bits_storage (  )  [inline]

Definition at line 1007 of file CommandLine.h.


Member Function Documentation

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

Definition at line 1017 of file CommandLine.h.

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

Definition at line 1023 of file CommandLine.h.

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

Definition at line 1026 of file CommandLine.h.

template<class DataType, class StorageClass>
bool llvm::cl::bits_storage< DataType, StorageClass >::setLocation ( Option O,
unsigned &  L 
) [inline]

Definition at line 1009 of file CommandLine.h.


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