Public Member Functions | Public Attributes | List of all members
roslint.cpplint._ClassInfo Class Reference
Inheritance diagram for roslint.cpplint._ClassInfo:
Inheritance graph
[legend]

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 roslint.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

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

Detailed Description

Stores information about a class.

Definition at line 2265 of file cpplint.py.

Constructor & Destructor Documentation

def roslint.cpplint._ClassInfo.__init__ (   self,
  name,
  class_or_struct,
  clean_lines,
  linenum 
)

Definition at line 2268 of file cpplint.py.

Member Function Documentation

def roslint.cpplint._ClassInfo.CheckBegin (   self,
  filename,
  clean_lines,
  linenum,
  error 
)

Definition at line 2298 of file cpplint.py.

def roslint.cpplint._ClassInfo.CheckEnd (   self,
  filename,
  clean_lines,
  linenum,
  error 
)

Definition at line 2303 of file cpplint.py.

Member Data Documentation

roslint.cpplint._ClassInfo.access

Definition at line 2274 of file cpplint.py.

roslint.cpplint._ClassInfo.check_namespace_indentation

Definition at line 2272 of file cpplint.py.

roslint.cpplint._ClassInfo.class_indent

Definition at line 2282 of file cpplint.py.

roslint.cpplint._ClassInfo.is_derived

Definition at line 2271 of file cpplint.py.

roslint.cpplint._ClassInfo.is_struct

Definition at line 2275 of file cpplint.py.

roslint.cpplint._ClassInfo.last_line

Definition at line 2289 of file cpplint.py.

roslint.cpplint._ClassInfo.name

Definition at line 2270 of file cpplint.py.


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


roslint
Author(s): Mike Purvis, Jack O'Quin
autogenerated on Wed Mar 18 2020 03:20:56