MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / DataStruct

Class DataStruct

addons/namingng.py:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41# Auxiliary class
42class DataStruct:
43 def __init__(self, file, linenr, string, column=0):
44 self.file = file
45 self.linenr = linenr
46 self.str = string
47 self.column = column
48
49def reportNamingError(location,message,errorId='namingConvention',severity='style',extra='',column=None):
50 cppcheckdata.reportError(location,severity,message,'namingng',errorId,extra,columnOverride=column)

Callers 7

check_file_namingFunction · 0.85
check_namespace_namingFunction · 0.85
check_variable_namingFunction · 0.85
check_gpp_namingFunction · 0.85
check_function_namingFunction · 0.85
check_class_namingFunction · 0.85
process_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected