LLVM API Documentation

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

#include <CommandLine.h>

Inheritance diagram for llvm::cl::bits_storage< DataType, StorageClass >:
Inheritance 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 1460 of file CommandLine.h.


Constructor & Destructor Documentation

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

Definition at line 1472 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 1482 of file CommandLine.h.

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

Definition at line 1488 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 1491 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 1474 of file CommandLine.h.


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