Package SCons :: Package Scanner :: Module C :: Class SConsCPPScannerWrapper
[hide private]
[frames] | no frames]

Class SConsCPPScannerWrapper

source code

object --+
         |
        SConsCPPScannerWrapper


The SCons wrapper around a cpp.py scanner.

This is the actual glue between the calling conventions of generic
SCons scanners, and the (subclass of) cpp.py class that knows how
to look for #include lines with reasonably real C-preprocessor-like
evaluation of #if/#ifdef/#else/#elif lines.



Instance Methods [hide private]
 
__init__(self, name, variable)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__call__(self, node, env, path=()) source code
 
recurse_nodes(self, nodes) source code
 
select(self, node) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, variable)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)