summaryrefslogtreecommitdiffstats
path: root/method.mako.cpp
blob: 6450193fc3ebfe37d185c514b8d600cc9ea6dd51 (plain)
1
2
3
4
5
6
7
8
9
${'::'.join(method.namespace + [method.name])}\
% if method.templates:
<${(',\n' + indent(1)).join([t.qualified() for t in method.templates])}>\
% endif
(\
% if method.args:

${indent(1)}${(',\n' + indent(1)).join([arg.argument(loader, indent=indent +1) for arg in method.args])})\
% endif
OpenPOWER on IntegriCloud