FV3 Bundle
|
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) |
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) |
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) |
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) |
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.
Definition at line 2371 of file ioda/tools/cpplint.py.
def cpplint._ClassInfo.__init__ | ( | self, | |
name, | |||
class_or_struct, | |||
clean_lines, | |||
linenum | |||
) |
def cpplint._ClassInfo.__init__ | ( | self, | |
name, | |||
class_or_struct, | |||
clean_lines, | |||
linenum | |||
) |
def cpplint._ClassInfo.__init__ | ( | self, | |
name, | |||
class_or_struct, | |||
clean_lines, | |||
linenum | |||
) |
def cpplint._ClassInfo.CheckBegin | ( | self, | |
filename, | |||
clean_lines, | |||
linenum, | |||
error | |||
) |
Definition at line 2404 of file ioda/tools/cpplint.py.
def cpplint._ClassInfo.CheckBegin | ( | self, | |
filename, | |||
clean_lines, | |||
linenum, | |||
error | |||
) |
def cpplint._ClassInfo.CheckBegin | ( | self, | |
filename, | |||
clean_lines, | |||
linenum, | |||
error | |||
) |
def cpplint._ClassInfo.CheckEnd | ( | self, | |
filename, | |||
clean_lines, | |||
linenum, | |||
error | |||
) |
def cpplint._ClassInfo.CheckEnd | ( | self, | |
filename, | |||
clean_lines, | |||
linenum, | |||
error | |||
) |
Definition at line 2409 of file ioda/tools/cpplint.py.
def cpplint._ClassInfo.CheckEnd | ( | self, | |
filename, | |||
clean_lines, | |||
linenum, | |||
error | |||
) |
cpplint._ClassInfo.access |
Definition at line 2380 of file ioda/tools/cpplint.py.
cpplint._ClassInfo.check_namespace_indentation |
Definition at line 2378 of file ioda/tools/cpplint.py.
cpplint._ClassInfo.class_indent |
Definition at line 2388 of file ioda/tools/cpplint.py.
cpplint._ClassInfo.is_derived |
Definition at line 2377 of file ioda/tools/cpplint.py.
cpplint._ClassInfo.is_struct |
Definition at line 2381 of file ioda/tools/cpplint.py.
cpplint._ClassInfo.last_line |
Definition at line 2395 of file ioda/tools/cpplint.py.
cpplint._ClassInfo.name |
Definition at line 2376 of file ioda/tools/cpplint.py.