LLVM API Documentation
#include <CommandLine.h>
Public Member Functions | |
multi_val (unsigned N) | |
template<typename D , typename S , typename P > | |
void | apply (list< D, S, P > &L) const |
Public Attributes | |
unsigned | AdditionalVals |
Definition at line 1443 of file CommandLine.h.
llvm::cl::multi_val::multi_val | ( | unsigned | N | ) | [inline, explicit] |
Definition at line 1445 of file CommandLine.h.
void llvm::cl::multi_val::apply | ( | list< D, S, P > & | L | ) | const [inline] |
Definition at line 1448 of file CommandLine.h.
References AdditionalVals, and llvm::cl::list< DataType, Storage, ParserClass >::setNumAdditionalVals().
Definition at line 1444 of file CommandLine.h.
Referenced by apply().