LLVM API Documentation

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

#include <CommandLine.h>

Inheritance diagram for llvm::cl::list_storage< DataType, bool >:
Inheritance graph
[legend]
Collaboration diagram for llvm::cl::list_storage< DataType, bool >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

template<class T >
void addValue (const T &V)

Detailed Description

template<class DataType>
class llvm::cl::list_storage< DataType, bool >

Definition at line 1316 of file CommandLine.h.


Member Function Documentation

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

Definition at line 1319 of file CommandLine.h.


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