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

Class _ConstructorInfo

cpplint.py:3100–3105  ·  view source on GitHub ↗

Stores information about a constructor. For detecting member initializer lists.

Source from the content-addressed store, hash-verified

3098
3099
3100class _ConstructorInfo(_BlockInfo):
3101 """Stores information about a constructor.
3102 For detecting member initializer lists."""
3103
3104 def __init__(self, linenum: int):
3105 _BlockInfo.__init__(self, linenum, seen_open_brace=False)
3106
3107
3108class _NamespaceInfo(_BlockInfo):

Callers 1

_UpdateConstructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected