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

Public Member Functions

def __init__ (self)
 
def Begin (self, function_name)
 
def Check (self, error, filename, linenum)
 
def Count (self)
 
def End (self)
 

Public Attributes

 current_function
 
 in_a_function
 
 lines_in_function
 

Static Private Attributes

int _NORMAL_TRIGGER = 250
 
int _TEST_TRIGGER = 400
 

Detailed Description

Tracks current function name and the number of lines in its body.

Definition at line 918 of file cpplint.py.

Constructor & Destructor Documentation

def roslint.cpplint._FunctionState.__init__ (   self)

Definition at line 924 of file cpplint.py.

Member Function Documentation

def roslint.cpplint._FunctionState.Begin (   self,
  function_name 
)
Start analyzing function body.

Args:
  function_name: The name of the function being tracked.

Definition at line 929 of file cpplint.py.

def roslint.cpplint._FunctionState.Check (   self,
  error,
  filename,
  linenum 
)
Report if too many lines in function body.

Args:
  error: The function to call with any errors found.
  filename: The name of the current file.
  linenum: The number of the line to check.

Definition at line 944 of file cpplint.py.

def roslint.cpplint._FunctionState.Count (   self)
Count line in current function body.

Definition at line 939 of file cpplint.py.

def roslint.cpplint._FunctionState.End (   self)
Stop analyzing function body.

Definition at line 969 of file cpplint.py.

Member Data Documentation

int roslint.cpplint._FunctionState._NORMAL_TRIGGER = 250
staticprivate

Definition at line 921 of file cpplint.py.

int roslint.cpplint._FunctionState._TEST_TRIGGER = 400
staticprivate

Definition at line 922 of file cpplint.py.

roslint.cpplint._FunctionState.current_function

Definition at line 927 of file cpplint.py.

roslint.cpplint._FunctionState.in_a_function

Definition at line 925 of file cpplint.py.

roslint.cpplint._FunctionState.lines_in_function

Definition at line 926 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 May 1 2019 02:23:59