| 
    IODA
    
   | 
 


Public Member Functions | |
| def | __init__ (self, stack_before_if) | 
Public Attributes | |
| stack_before_if | |
| stack_before_else | |
| seen_else | |
Stores checkpoints of nesting stacks when #if/#else is seen.
Definition at line 2501 of file ioda_cpplint.py.
| def ioda_cpplint._PreprocessorInfo.__init__ | ( | self, | |
| stack_before_if | |||
| ) | 
Definition at line 2504 of file ioda_cpplint.py.
| ioda_cpplint._PreprocessorInfo.seen_else | 
Definition at line 2512 of file ioda_cpplint.py.
| ioda_cpplint._PreprocessorInfo.stack_before_else | 
Definition at line 2509 of file ioda_cpplint.py.
| ioda_cpplint._PreprocessorInfo.stack_before_if | 
Definition at line 2506 of file ioda_cpplint.py.