Public Member Functions | |
def | __init__ (self, stack_before_if) |
Public Attributes | |
seen_else | |
stack_before_else | |
stack_before_if | |
Stores checkpoints of nesting stacks when #if/#else is seen.
Definition at line 2395 of file cpplint.py.
def roslint.cpplint._PreprocessorInfo.__init__ | ( | self, | |
stack_before_if | |||
) |
Definition at line 2398 of file cpplint.py.
roslint.cpplint._PreprocessorInfo.seen_else |
Definition at line 2406 of file cpplint.py.
roslint.cpplint._PreprocessorInfo.stack_before_else |
Definition at line 2403 of file cpplint.py.
roslint.cpplint._PreprocessorInfo.stack_before_if |
Definition at line 2400 of file cpplint.py.