
Public Member Functions | |
| def | __init__ (self) |
Public Member Functions inherited from roslint.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) |
Additional Inherited Members | |
Public Attributes inherited from roslint.cpplint._BlockInfo | |
| check_namespace_indentation | |
| inline_asm | |
| open_parentheses | |
| seen_open_brace | |
Stores information about an 'extern "C"' block.
Definition at line 2051 of file cpplint.py.
| def roslint.cpplint._ExternCInfo.__init__ | ( | self | ) |
Definition at line 2054 of file cpplint.py.