Doxygen
|
Go to the source code of this file.
Classes | |
struct | Argument |
This class contains the information about the argument of a function or template. More... | |
class | ArgumentList |
This class represents an function or template argument list. More... | |
Typedefs | |
using | ArgumentLists = std::vector<ArgumentList> |
Enumerations | |
enum class | RefQualifierType { None , LValue , RValue } |
using ArgumentLists = std::vector<ArgumentList> |
Definition at line 138 of file arguments.h.
|
strong |
Enumerator | |
---|---|
None | |
LValue | |
RValue |
Definition at line 46 of file arguments.h.