Go to the source code of this file.
Functions | |
void | stringToArgumentList (const char *argsString, ArgumentList *argList, QCString *extraTypeChars=0) |
void stringToArgumentList | ( | const char * | argsString, |
ArgumentList * | al, | ||
QCString * | extraTypeChars | ||
) |
Converts an argument string into an ArgumentList.
[in] | argsString | the list of Arguments. |
[out] | al | a reference to resulting argument list pointer. |
[out] | extraTypeChars | point to string to which trailing characters for complex types are written to |
Definition at line 2922 of file defargs.cpp.