|
CppParser
|
#include <cpptoken.h>

Public Attributes | |
| CppToken | funcName |
| CppParamVector * | paramList |
| unsigned int | funcAttr |
Definition at line 112 of file cpptoken.h.
| unsigned int CppNtFuncDeclData::funcAttr |
Definition at line 116 of file cpptoken.h.
| CppToken CppNtFuncDeclData::funcName |
Definition at line 114 of file cpptoken.h.
| CppParamVector* CppNtFuncDeclData::paramList |
Definition at line 115 of file cpptoken.h.