LLVM API Documentation
#include <CommandLine.h>
Inheritance diagram for llvm::cl::opt< DataType, ExternalStorage, ParserClass >:


Public Member Functions | |
| void | setInitialValue (const DataType &V) |
| ParserClass & | getParser () |
| operator DataType () const | |
| template<class T> | |
| DataType & | operator= (const T &Val) |
| template<class M0t> | |
| opt (const M0t &M0) | |
| template<class M0t, class M1t> | |
| opt (const M0t &M0, const M1t &M1) | |
| template<class M0t, class M1t, class M2t> | |
| opt (const M0t &M0, const M1t &M1, const M2t &M2) | |
| template<class M0t, class M1t, class M2t, class M3t> | |
| opt (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) | |
| template<class M0t, class M1t, class M2t, class M3t, class M4t> | |
| opt (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) | |
| template<class M0t, class M1t, class M2t, class M3t, class M4t, class M5t> | |
| opt (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) | |
| template<class M0t, class M1t, class M2t, class M3t, class M4t, class M5t, class M6t> | |
| opt (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) | |
| template<class M0t, class M1t, class M2t, class M3t, class M4t, class M5t, class M6t, class M7t> | |
| opt (const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) | |
Definition at line 741 of file CommandLine.h.
| llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0 | ) | [inline] |
| llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0, | |
| const M1t & | M1 | |||
| ) | [inline] |
| llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0, | |
| const M1t & | M1, | |||
| const M2t & | M2 | |||
| ) | [inline] |
| llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0, | |
| const M1t & | M1, | |||
| const M2t & | M2, | |||
| const M3t & | M3 | |||
| ) | [inline] |
| llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0, | |
| const M1t & | M1, | |||
| const M2t & | M2, | |||
| const M3t & | M3, | |||
| const M4t & | M4 | |||
| ) | [inline] |
| llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0, | |
| const M1t & | M1, | |||
| const M2t & | M2, | |||
| const M3t & | M3, | |||
| const M4t & | M4, | |||
| const M5t & | M5 | |||
| ) | [inline] |
| llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0, | |
| const M1t & | M1, | |||
| const M2t & | M2, | |||
| const M3t & | M3, | |||
| const M4t & | M4, | |||
| const M5t & | M5, | |||
| const M6t & | M6 | |||
| ) | [inline] |
| llvm::cl::opt< DataType, ExternalStorage, ParserClass >::opt | ( | const M0t & | M0, | |
| const M1t & | M1, | |||
| const M2t & | M2, | |||
| const M3t & | M3, | |||
| const M4t & | M4, | |||
| const M5t & | M5, | |||
| const M6t & | M6, | |||
| const M7t & | M7 | |||
| ) | [inline] |
| void llvm::cl::opt< DataType, ExternalStorage, ParserClass >::setInitialValue | ( | const DataType & | V | ) | [inline] |
Definition at line 773 of file CommandLine.h.
References llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::setValue().
| ParserClass& llvm::cl::opt< DataType, ExternalStorage, ParserClass >::getParser | ( | ) | [inline] |
Definition at line 775 of file CommandLine.h.
| llvm::cl::opt< DataType, ExternalStorage, ParserClass >::operator DataType | ( | ) | const [inline] |
Definition at line 777 of file CommandLine.h.
References llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue().
| DataType& llvm::cl::opt< DataType, ExternalStorage, ParserClass >::operator= | ( | const T & | Val | ) | [inline] |
Definition at line 780 of file CommandLine.h.
References llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::getValue(), and llvm::cl::opt_storage< DataType, ExternalStorage, isClass >::setValue().