SABER
|
Public Member Functions | |
def | __init__ (self, name, linenum) |
def | CheckEnd (self, filename, clean_lines, linenum, error) |
Public Member Functions inherited from saber_cpplint._BlockInfo | |
def | CheckBegin (self, filename, clean_lines, linenum, error) |
def | IsBlockInfo (self) |
Public Attributes | |
name | |
check_namespace_indentation | |
Public Attributes inherited from saber_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 saber_cpplint.py.
def saber_cpplint._NamespaceInfo.__init__ | ( | self, | |
name, | |||
linenum | |||
) |
Reimplemented from saber_cpplint._BlockInfo.
Definition at line 2443 of file saber_cpplint.py.
def saber_cpplint._NamespaceInfo.CheckEnd | ( | self, | |
filename, | |||
clean_lines, | |||
linenum, | |||
error | |||
) |
Check end of namespace comments.
Reimplemented from saber_cpplint._BlockInfo.
Definition at line 2448 of file saber_cpplint.py.
saber_cpplint._NamespaceInfo.check_namespace_indentation |
Definition at line 2446 of file saber_cpplint.py.
saber_cpplint._NamespaceInfo.name |
Definition at line 2445 of file saber_cpplint.py.