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 that use the C pre-processor
source code
Variables [hide private]
  __revision__ = 'src/engine/SCons/Scanner/C.py 5134 2010/08/16 ...
  __package__ = 'SCons.Scanner'
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Scanner/C.py 5134 2010/08/16 23:02:40 bdeegan'