MCPcopy Create free account
hub / github.com/apache/mesos / _ExternCInfo

Class _ExternCInfo

support/cpplint.py:2260–2264  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2258
2259
2260class _ExternCInfo(_BlockInfo):
2261 """Stores information about an 'extern "C"' block."""
2262
2263 def __init__(self, linenum):
2264 _BlockInfo.__init__(self, linenum, True)
2265
2266
2267class _ClassInfo(_BlockInfo):

Callers 1

UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected