|
ISLEman
|
This class contains the information about the argument of a function or template. More...
#include <arguments.h>
Public Member Functions | |
| Argument () | |
| Argument (const Argument &a) | |
| Argument & | operator= (const Argument &a) |
| bool | hasDocumentation () const |
Public Attributes | |
| QCString | attrib |
| QCString | type |
| QCString | canType |
| QCString | name |
| QCString | array |
| QCString | defval |
| QCString | docs |
| QCString | typeConstraint |
This class contains the information about the argument of a function or template.
|
inline |
Construct a new argument.
|
inline |
Copy an argument (does a deep copy of all strings).
|
inline |
return TRUE if this argument is documentation and the argument has a non empty name.
Assignment of an argument (does a deep copy of all strings).
| QCString Argument::canType |
Cached value of canonical type (after type resolution). Empty initially.
| QCString Argument::typeConstraint |
Used for Java generics: <T extends C>
1.8.12