#include <entry.h>
Public Member Functions | |
| ArgumentList () | |
| ~ArgumentList () | |
| bool | hasDocumentation () const |
Public Attributes | |
| bool | constSpecifier |
| bool | volatileSpecifier |
| bool | pureSpecifier |
This class also stores some information about member that is typically put after the argument list, such as wether the member is const, volatile or pure virtual.
Definition at line 102 of file entry.h.
|
|
Creates an empty argument list Definition at line 106 of file entry.h. References constSpecifier, pureSpecifier, and volatileSpecifier. |
|
|
Destroys the argument list Definition at line 111 of file entry.h. |
|
|
the argument list is documented if one of its arguments is documented Definition at line 322 of file entry.cpp. |
|
|
Does the member modify the state of the class? default: FALSE. Definition at line 114 of file entry.h. Referenced by ArgumentList(). |
|
|
Is this a pure virtual member? default: FALSE Definition at line 118 of file entry.h. Referenced by ArgumentList(). |
|
|
Is the member volatile? default: FALSE. Definition at line 116 of file entry.h. Referenced by ArgumentList(). |
1.3.8