
| Public Member Functions | |
| def | __init__ (self, name, linenum) | 
| def | CheckEnd (self, filename, clean_lines, linenum, error) | 
|  Public Member Functions inherited from roslint.cpplint._BlockInfo | |
| def | CheckBegin (self, filename, clean_lines, linenum, error) | 
| def | IsBlockInfo (self) | 
| Public Attributes | |
| check_namespace_indentation | |
| name | |
|  Public Attributes inherited from roslint.cpplint._BlockInfo | |
| check_namespace_indentation | |
| inline_asm | |
| open_parentheses | |
| seen_open_brace | |
| starting_linenum | |
Stores information about a namespace.
Definition at line 2334 of file cpplint.py.
| def roslint.cpplint._NamespaceInfo.__init__ | ( | self, | |
| name, | |||
| linenum | |||
| ) | 
Reimplemented from roslint.cpplint._BlockInfo.
Definition at line 2337 of file cpplint.py.
| def roslint.cpplint._NamespaceInfo.CheckEnd | ( | self, | |
| filename, | |||
| clean_lines, | |||
| linenum, | |||
| error | |||
| ) | 
Check end of namespace comments.
Reimplemented from roslint.cpplint._BlockInfo.
Definition at line 2342 of file cpplint.py.
| roslint.cpplint._NamespaceInfo.check_namespace_indentation | 
Definition at line 2340 of file cpplint.py.
| roslint.cpplint._NamespaceInfo.name | 
Definition at line 2339 of file cpplint.py.