Result of splitting a function declaration into fReturnType fScopeName::fFunctionName<fFunctionTemplateArguments>(fFunctionParameters)
Definition at line 231 of file TClassEdit.h.
Public Attributes | |
std::string | fFunctionName |
Name of the function. More... | |
std::vector< std::string > | fFunctionParameters |
Function parameters. More... | |
std::vector< std::string > | fFunctionTemplateArguments |
Template arguments of the function template specialization, if any; will contain one element "" for function<>() More... | |
std::string | fReturnType |
Return type of the function, might be empty if the function declaration string did not provide it. More... | |
std::string | fScopeName |
Name of the scope qualification of the function, possibly empty. More... | |
#include <TClassEdit.h>
std::string TClassEdit::FunctionSplitInfo::fFunctionName |
Name of the function.
Definition at line 239 of file TClassEdit.h.
std::vector<std::string> TClassEdit::FunctionSplitInfo::fFunctionParameters |
Function parameters.
Definition at line 246 of file TClassEdit.h.
std::vector<std::string> TClassEdit::FunctionSplitInfo::fFunctionTemplateArguments |
Template arguments of the function template specialization, if any; will contain one element "" for function<>()
Definition at line 243 of file TClassEdit.h.
std::string TClassEdit::FunctionSplitInfo::fReturnType |
Return type of the function, might be empty if the function declaration string did not provide it.
Definition at line 233 of file TClassEdit.h.
std::string TClassEdit::FunctionSplitInfo::fScopeName |
Name of the scope qualification of the function, possibly empty.
Definition at line 236 of file TClassEdit.h.