llvm::cl::parser< DataType > Class Template Reference
#include <CommandLine.h>
List of all members.
template<class DataType>
class llvm::cl::parser< DataType >
Member Typedef Documentation
Member Function Documentation
template<class DataType>
template<class DT >
void llvm::cl::parser< DataType >::addLiteralOption |
( |
const char * |
Name, |
|
|
const DT & |
V, |
|
|
const char * |
HelpStr | |
|
) |
| | [inline] |
addLiteralOption - Add an entry to the mapping table.
template<class DataType>
const char* llvm::cl::parser< DataType >::getDescription |
( |
unsigned |
N |
) |
const [inline, virtual] |
template<class DataType>
unsigned llvm::cl::parser< DataType >::getNumOptions |
( |
|
) |
const [inline, virtual] |
template<class DataType>
const char* llvm::cl::parser< DataType >::getOption |
( |
unsigned |
N |
) |
const [inline, virtual] |
template<class DataType>
void llvm::cl::parser< DataType >::removeLiteralOption |
( |
const char * |
Name |
) |
[inline] |
removeLiteralOption - Remove the specified option.
Member Data Documentation
The documentation for this class was generated from the following file: