Kaleidoscope
Public Member Functions | Public Attributes | List of all members
cpplint._PreprocessorInfo Class Reference
Inheritance diagram for cpplint._PreprocessorInfo:
Inheritance graph
[legend]
Collaboration diagram for cpplint._PreprocessorInfo:
Collaboration graph
[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.

Constructor & Destructor Documentation

◆ __init__()

def cpplint._PreprocessorInfo.__init__ (   self,
  stack_before_if 
)

Member Data Documentation

◆ seen_else

cpplint._PreprocessorInfo.seen_else

◆ stack_before_else

cpplint._PreprocessorInfo.stack_before_else

◆ stack_before_if

cpplint._PreprocessorInfo.stack_before_if

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