|
Incendie
|
Public Member Functions | |
| def | __init__ (self, name, linenum) |
| def | CheckEnd (self, filename, clean_lines, linenum, error) |
Public Member Functions inherited from cpplint._BlockInfo | |
| def | __init__ (self, seen_open_brace) |
| def | CheckBegin (self, filename, clean_lines, linenum, error) |
| def | CheckEnd (self, filename, clean_lines, linenum, error) |
| def | IsBlockInfo (self) |
Public Attributes | |
| name | |
| starting_linenum | |
| check_namespace_indentation | |
Public Attributes inherited from cpplint._BlockInfo | |
| seen_open_brace | |
| open_parentheses | |
| inline_asm | |
| check_namespace_indentation | |
Stores information about a namespace.
| def cpplint._NamespaceInfo.CheckEnd | ( | self, | |
| filename, | |||
| clean_lines, | |||
| linenum, | |||
| error | |||
| ) |
Check end of namespace comments.
1.8.11