#include <entry.h>
Public Member Functions | |
| Argument () | |
| Argument (const Argument &a) | |
| Argument & | operator= (const Argument &a) |
| bool | hasDocumentation () const |
Public Attributes | |
| QCString | attrib |
| QCString | type |
| QCString | name |
| QCString | array |
| QCString | defval |
| QCString | docs |
Definition at line 52 of file entry.h.
|
|
Construct a new argument. Definition at line 55 of file entry.h. |
|
|
Copy an argument (does a deep copy of all strings). Definition at line 57 of file entry.h. |
|
|
return TRUE if this argument is documentation and the argument has a non empty name. Definition at line 83 of file entry.h. |
|
|
Assignment of an argument (does a deep copy of all strings). Definition at line 67 of file entry.h. |
|
|
Argument's array specifier (may be empty) Definition at line 91 of file entry.h. Referenced by Argument(), and operator=(). |
|
|
Argument's attribute (IDL only) Definition at line 88 of file entry.h. Referenced by Argument(), and operator=(). |
|
|
Argument's default value (may be empty) Definition at line 92 of file entry.h. Referenced by Argument(), and operator=(). |
|
|
Argument's documentation (may be empty) Definition at line 93 of file entry.h. Referenced by Argument(), hasDocumentation(), and operator=(). |
|
|
Argument's name (may be empty) Definition at line 90 of file entry.h. Referenced by Argument(), TagFileParser::buildLists(), hasDocumentation(), and operator=(). |
|
|
Argument's type Definition at line 89 of file entry.h. Referenced by Argument(), TagFileParser::buildLists(), and operator=(). |
1.3.8