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

Class SConsCPPScannerWrapper

source code

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) source code
 
__call__(self, node, env, path=()) source code
 
recurse_nodes(self, nodes) source code
 
select(self, node) source code