Incendie
Public Member Functions | Public Attributes | List of all members
cpplint._ClassInfo Class Reference
Inheritance diagram for cpplint._ClassInfo:
cpplint._BlockInfo

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)
 
def IsBlockInfo (self)
 

Public Attributes

 name
 
 starting_linenum
 
 is_derived
 
 check_namespace_indentation
 
 access
 
 is_struct
 
 class_indent
 
 last_line
 
- Public Attributes inherited from cpplint._BlockInfo
 seen_open_brace
 
 open_parentheses
 
 inline_asm
 
 check_namespace_indentation
 

Detailed Description

Stores information about a class.

The documentation for this class was generated from the following file: