SABER
|
Public Member Functions | |
def | __init__ (self, linenum) |
Public Member Functions inherited from saber_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 saber_cpplint._BlockInfo | |
starting_linenum | |
seen_open_brace | |
open_parentheses | |
inline_asm | |
check_namespace_indentation | |
Stores information about an 'extern "C"' block.
Definition at line 2364 of file saber_cpplint.py.
def saber_cpplint._ExternCInfo.__init__ | ( | self, | |
linenum | |||
) |
Definition at line 2367 of file saber_cpplint.py.