
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 1794 of file cpplint.py.
| def cpplint._PreprocessorInfo.__init__ | ( | self, | |
| stack_before_if | |||
| ) |
Definition at line 1797 of file cpplint.py.
| cpplint._PreprocessorInfo.seen_else |
Definition at line 1805 of file cpplint.py.
| cpplint._PreprocessorInfo.stack_before_else |
Definition at line 1802 of file cpplint.py.
| cpplint._PreprocessorInfo.stack_before_if |
Definition at line 1799 of file cpplint.py.