CppParser
|
Parameter types that are used to define a template class or function. More...
#include <cppast.h>
Public Member Functions | |
CppTemplateParam (std::string paramName) | |
CppTemplateParam (CppVarType *paramType, std::string paramName) | |
CppTemplateParam (CppFunctionPointer *paramType, std::string paramName) | |
CppObj * | defaultArg () |
void | defaultArg (CppObj *defParam) |
Public Attributes | |
std::unique_ptr< CppObj > | paramType_ |
std::string | paramName_ |
Private Attributes | |
CppObjPtr | defaultArg_ |
Parameter types that are used to define a template class or function.
|
inline |
|
inline |
|
inline |
|
inline |