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 | __init__ (self, seen_open_brace) |
def | CheckBegin (self, filename, clean_lines, linenum, error) |
def | CheckEnd (self, filename, clean_lines, linenum, error) |
def | IsBlockInfo (self) |
Public Attributes | |
check_namespace_indentation | |
name | |
starting_linenum | |
Public Attributes inherited from roslint.cpplint._BlockInfo | |
check_namespace_indentation | |
inline_asm | |
open_parentheses | |
seen_open_brace | |
Stores information about a namespace.
Definition at line 2128 of file cpplint.py.
def roslint.cpplint._NamespaceInfo.__init__ | ( | self, | |
name, | |||
linenum | |||
) |
Definition at line 2131 of file cpplint.py.
def roslint.cpplint._NamespaceInfo.CheckEnd | ( | self, | |
filename, | |||
clean_lines, | |||
linenum, | |||
error | |||
) |
Check end of namespace comments.
Definition at line 2137 of file cpplint.py.
roslint.cpplint._NamespaceInfo.check_namespace_indentation |
Definition at line 2135 of file cpplint.py.
roslint.cpplint._NamespaceInfo.name |
Definition at line 2133 of file cpplint.py.
roslint.cpplint._NamespaceInfo.starting_linenum |
Definition at line 2134 of file cpplint.py.