Go to the source code of this file.
Namespaces | |
cppFunctionSkipper | |
Variables | |
string | cppFunctionSkipper.__author__ = "Aurelija" |
string | cppFunctionSkipper.__date__ = "$2010-09-23 15.00.20$" |
string | cppFunctionSkipper.cv_decl = '\s*(const|volatile|noexcept)\s*' |
string | cppFunctionSkipper.decl_param = '\s((\(%s\))|(%s))\s*\((\w|\s|\*|&|\.|=|\'|\"|-|<|>|,|(::))*\)' |
string | cppFunctionSkipper.declarator = '(\*|&)?(\w|<|>|$|::)+' |
string | cppFunctionSkipper.dm_init = '(:[^{]*)' |
string | cppFunctionSkipper.exception = 'throw\(((::)|\w|\s|,|<|>)*\)' |
string | cppFunctionSkipper.operator = '(%s|)operator\s*(\(\)|\[\]|\s+(new|delete)(\s*\[\]|)|\->[*]{0,1}|[+\-*/%%^&|~!=<>,]{1,2}(=|))' |