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

Class _ExternCInfo

cpplint.py:3012–3016  ·  view source on GitHub ↗

Stores information about an 'extern "C"' block.

Source from the content-addressed store, hash-verified

3010
3011
3012class _ExternCInfo(_BlockInfo):
3013 """Stores information about an 'extern "C"' block."""
3014
3015 def __init__(self, linenum):
3016 _BlockInfo.__init__(self, linenum, True)
3017
3018
3019class _ClassInfo(_BlockInfo):

Callers 1

UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected