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 2190 of file cpplint.py.
def roslint.cpplint._PreprocessorInfo.__init__ | ( | self, | |
stack_before_if | |||
) |
Definition at line 2193 of file cpplint.py.
roslint.cpplint._PreprocessorInfo.seen_else |
Definition at line 2201 of file cpplint.py.
roslint.cpplint._PreprocessorInfo.stack_before_else |
Definition at line 2198 of file cpplint.py.
roslint.cpplint._PreprocessorInfo.stack_before_if |
Definition at line 2195 of file cpplint.py.