|
FV3 Bundle
|
Public Member Functions | |
| def | __init__ (self, name, linenum) |
| def | CheckEnd (self, filename, clean_lines, linenum, error) |
| def | __init__ (self, name, linenum) |
| def | CheckEnd (self, filename, clean_lines, linenum, error) |
| def | __init__ (self, name, linenum) |
| def | CheckEnd (self, filename, clean_lines, linenum, error) |
Public Member Functions inherited from cpplint._BlockInfo | |
| def | __init__ (self, linenum, seen_open_brace) |
| def | CheckBegin (self, filename, clean_lines, linenum, error) |
| def | CheckEnd (self, filename, clean_lines, linenum, error) |
| def | IsBlockInfo (self) |
| def | __init__ (self, linenum, seen_open_brace) |
| def | CheckBegin (self, filename, clean_lines, linenum, error) |
| def | CheckEnd (self, filename, clean_lines, linenum, error) |
| def | IsBlockInfo (self) |
| def | __init__ (self, linenum, 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 | |
| check_namespace_indentation | |
Public Attributes inherited from cpplint._BlockInfo | |
| starting_linenum | |
| seen_open_brace | |
| open_parentheses | |
| inline_asm | |
| check_namespace_indentation | |
Stores information about a namespace.
Definition at line 2440 of file ioda/tools/cpplint.py.
| def cpplint._NamespaceInfo.__init__ | ( | self, | |
| name, | |||
| linenum | |||
| ) |
| def cpplint._NamespaceInfo.__init__ | ( | self, | |
| name, | |||
| linenum | |||
| ) |
| def cpplint._NamespaceInfo.__init__ | ( | self, | |
| name, | |||
| linenum | |||
| ) |
| def cpplint._NamespaceInfo.CheckEnd | ( | self, | |
| filename, | |||
| clean_lines, | |||
| linenum, | |||
| error | |||
| ) |
Check end of namespace comments.
Definition at line 2448 of file ioda/tools/cpplint.py.
| def cpplint._NamespaceInfo.CheckEnd | ( | self, | |
| filename, | |||
| clean_lines, | |||
| linenum, | |||
| error | |||
| ) |
Check end of namespace comments.
Definition at line 2448 of file ufo/tools/cpplint.py.
| def cpplint._NamespaceInfo.CheckEnd | ( | self, | |
| filename, | |||
| clean_lines, | |||
| linenum, | |||
| error | |||
| ) |
Check end of namespace comments.
Definition at line 2448 of file oops/tools/cpplint.py.
| cpplint._NamespaceInfo.check_namespace_indentation |
Definition at line 2446 of file ioda/tools/cpplint.py.
| cpplint._NamespaceInfo.name |
Definition at line 2445 of file ioda/tools/cpplint.py.