#include <dtoolbase.h>
#include "cppDeclaration.h"
#include <vector>
#include <string>
Go to the source code of this file.
Compounds | |
class | CPPTemplateParameterList |
This class serves to store the parameter list for a template function or class, both for the formal parameter list (given when the template is defined) and for the actual parameter list (given when the template is instantiated). More... | |
class | CPPTPLCompare |
Functions | |
ostream & | operator<< (ostream &out, const CPPTemplateParameterList &plist) |
Definition in file cppTemplateParameterList.h.
|
Definition at line 77 of file cppTemplateParameterList.h. |