MCPcopy Index your code
hub / github.com/cpplint/cpplint / IsForwardClassDeclaration

Function IsForwardClassDeclaration

cpplint.py:2958–2959  ·  view source on GitHub ↗
(clean_lines, linenum)

Source from the content-addressed store, hash-verified

2956
2957
2958def IsForwardClassDeclaration(clean_lines, linenum):
2959 return re.match(r"^\s*(\btemplate\b)*.*class\s+\w+;\s*$", clean_lines[linenum])
2960
2961
2962class _BlockInfo:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected