Kaleidoscope
|
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, linenum, seen_open_brace) |
def | CheckBegin (self, filename, clean_lines, linenum, error) |
def | CheckEnd (self, filename, clean_lines, linenum, error) |
def | IsBlockInfo (self) |
Public Attributes | |
name | |
is_derived | |
check_namespace_indentation | |
access | |
is_struct | |
class_indent | |
last_line | |
Public Attributes inherited from cpplint._BlockInfo | |
starting_linenum | |
seen_open_brace | |
open_parentheses | |
inline_asm | |
check_namespace_indentation | |
Stores information about a class.
def cpplint._ClassInfo.__init__ | ( | self, | |
name, | |||
class_or_struct, | |||
clean_lines, | |||
linenum | |||
) |
def cpplint._ClassInfo.CheckBegin | ( | self, | |
filename, | |||
clean_lines, | |||
linenum, | |||
error | |||
) |
def cpplint._ClassInfo.CheckEnd | ( | self, | |
filename, | |||
clean_lines, | |||
linenum, | |||
error | |||
) |
cpplint._ClassInfo.access |
cpplint._ClassInfo.check_namespace_indentation |
cpplint._ClassInfo.class_indent |
cpplint._ClassInfo.is_derived |
cpplint._ClassInfo.is_struct |
cpplint._ClassInfo.last_line |
cpplint._ClassInfo.name |