
Public Member Functions | |
| def | __init__ (self, name, class_or_struct, clean_lines, linenum) |
| def | CheckBegin (self, filename, clean_lines, linenum, error) |
| 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 | |
| access | |
| class_indent | |
| is_derived | |
| is_struct | |
| last_line | |
| name | |
| starting_linenum | |
Public Attributes inherited from cpplint._BlockInfo | |
| inline_asm | |
| open_parentheses | |
| seen_open_brace | |
Stores information about a class.
Definition at line 1684 of file cpplint.py.
| def cpplint._ClassInfo.__init__ | ( | self, | |
| name, | |||
| class_or_struct, | |||
| clean_lines, | |||
| linenum | |||
| ) |
Definition at line 1687 of file cpplint.py.
| def cpplint._ClassInfo.CheckBegin | ( | self, | |
| filename, | |||
| clean_lines, | |||
| linenum, | |||
| error | |||
| ) |
Definition at line 1721 of file cpplint.py.
| def cpplint._ClassInfo.CheckEnd | ( | self, | |
| filename, | |||
| clean_lines, | |||
| linenum, | |||
| error | |||
| ) |
Definition at line 1726 of file cpplint.py.
| cpplint._ClassInfo.access |
Definition at line 1693 of file cpplint.py.
| cpplint._ClassInfo.class_indent |
Definition at line 1703 of file cpplint.py.
| cpplint._ClassInfo.is_derived |
Definition at line 1691 of file cpplint.py.
| cpplint._ClassInfo.is_struct |
Definition at line 1694 of file cpplint.py.
| cpplint._ClassInfo.last_line |
Definition at line 1712 of file cpplint.py.
| cpplint._ClassInfo.name |
Definition at line 1689 of file cpplint.py.
| cpplint._ClassInfo.starting_linenum |
Definition at line 1690 of file cpplint.py.