Public Member Functions | |
def | __init__ (self, name, linenum) |
def | CheckEnd (self, filename, clean_lines, linenum, error) |
Public Member Functions inherited from cpplint._BlockInfo | |
def | __init__ (self, seen_open_brace) |
def | CheckBegin (self, filename, clean_lines, linenum, error) |
def | CheckEnd (self, filename, clean_lines, linenum, error) |
Public Attributes | |
name | |
starting_linenum | |
Public Attributes inherited from cpplint._BlockInfo | |
inline_asm | |
open_parentheses | |
seen_open_brace | |
Stores information about a namespace.
Definition at line 1740 of file cpplint.py.
def cpplint._NamespaceInfo.__init__ | ( | self, | |
name, | |||
linenum | |||
) |
Definition at line 1743 of file cpplint.py.
def cpplint._NamespaceInfo.CheckEnd | ( | self, | |
filename, | |||
clean_lines, | |||
linenum, | |||
error | |||
) |
Check end of namespace comments.
Definition at line 1748 of file cpplint.py.
cpplint._NamespaceInfo.name |
Definition at line 1745 of file cpplint.py.
cpplint._NamespaceInfo.starting_linenum |
Definition at line 1746 of file cpplint.py.