FV3 Bundle
cpplint._PreprocessorInfo Class Reference
Inheritance diagram for cpplint._PreprocessorInfo:
[legend]
Collaboration diagram for cpplint._PreprocessorInfo:
[legend]

Public Member Functions

def __init__ (self, stack_before_if)
 
def __init__ (self, stack_before_if)
 
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 ioda/tools/cpplint.py.

Constructor & Destructor Documentation

◆ __init__() [1/3]

def cpplint._PreprocessorInfo.__init__ (   self,
  stack_before_if 
)

Definition at line 2504 of file ioda/tools/cpplint.py.

Here is the caller graph for this function:

◆ __init__() [2/3]

def cpplint._PreprocessorInfo.__init__ (   self,
  stack_before_if 
)

Definition at line 2504 of file oops/tools/cpplint.py.

Here is the call graph for this function:

◆ __init__() [3/3]

def cpplint._PreprocessorInfo.__init__ (   self,
  stack_before_if 
)

Definition at line 2504 of file ufo/tools/cpplint.py.

Here is the call graph for this function:

Member Data Documentation

◆ seen_else

cpplint._PreprocessorInfo.seen_else

Definition at line 2512 of file ioda/tools/cpplint.py.

◆ stack_before_else

cpplint._PreprocessorInfo.stack_before_else

Definition at line 2509 of file ioda/tools/cpplint.py.

◆ stack_before_if

cpplint._PreprocessorInfo.stack_before_if

Definition at line 2506 of file ioda/tools/cpplint.py.


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