IODA Bundle
iodaconv_cpplint._PreprocessorInfo Class Reference
Inheritance diagram for iodaconv_cpplint._PreprocessorInfo:
[legend]
Collaboration diagram for iodaconv_cpplint._PreprocessorInfo:
[legend]

Public Member Functions

def __init__ (self, stack_before_if)
 

Public Attributes

 stack_before_if
 
 stack_before_else
 
 seen_else
 

Detailed Description

Stores checkpoints of nesting stacks when #if/#else is seen.

Definition at line 2501 of file iodaconv_cpplint.py.

Constructor & Destructor Documentation

◆ __init__()

def iodaconv_cpplint._PreprocessorInfo.__init__ (   self,
  stack_before_if 
)

Definition at line 2504 of file iodaconv_cpplint.py.

Member Data Documentation

◆ seen_else

iodaconv_cpplint._PreprocessorInfo.seen_else

Definition at line 2512 of file iodaconv_cpplint.py.

◆ stack_before_else

iodaconv_cpplint._PreprocessorInfo.stack_before_else

Definition at line 2509 of file iodaconv_cpplint.py.

◆ stack_before_if

iodaconv_cpplint._PreprocessorInfo.stack_before_if

Definition at line 2506 of file iodaconv_cpplint.py.


The documentation for this class was generated from the following file: