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