Doxygen
Loading...
Searching...
No Matches
arguments.h File Reference
#include <vector>
#include "qcstring.h"
+ Include dependency graph for arguments.h:
+ This graph shows which files directly or indirectly include this file:

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 }
 

Typedef Documentation

◆ ArgumentLists

using ArgumentLists = std::vector<ArgumentList>

Definition at line 138 of file arguments.h.

Enumeration Type Documentation

◆ RefQualifierType

enum class RefQualifierType
strong
Enumerator
None 
LValue 
RValue 

Definition at line 46 of file arguments.h.