CMS 3D CMS Logo

Namespaces | Variables

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/Utilities/ReleaseScripts/python/cmsCodeRules/cppFunctionSkipper.py File Reference

Go to the source code of this file.

Namespaces

namespace  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}(=|))'