MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / _ExternCInfo

Class _ExternCInfo

src/tests/coding/cpplint.py:2746–2750  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2744
2745
2746class _ExternCInfo(_BlockInfo):
2747 """Stores information about an 'extern "C"' block."""
2748
2749 def __init__(self, linenum):
2750 _BlockInfo.__init__(self, linenum, True)
2751
2752
2753class _ClassInfo(_BlockInfo):

Callers 1

UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected