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

Module C

source code

SCons.Scanner.C

This module implements the depenency scanner for C/C++ code. 



Classes [hide private]
  SConsCPPScanner
SCons-specific subclass of the cpp.py module's processing.
  SConsCPPScannerWrapper
The SCons wrapper around a cpp.py scanner.
Functions [hide private]
 
dictify_CPPDEFINES(env) source code
 
CScanner()
Return a prototype Scanner instance for scanning source files...
source code
Variables [hide private]
  __revision__ = 'src/engine/SCons/Scanner/C.py 4720 2010/03/24 ...
Function Details [hide private]

CScanner()

source code 
Return a prototype Scanner instance for scanning source files
that use the C pre-processor


Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Scanner/C.py 4720 2010/03/24 03:14:11 jars'