Package SCons :: Module cpp
[show private | hide private]
[frames | no frames]

Module SCons.cpp

SCons C Pre-Processor module

Classes
DumbPreProcessor A preprocessor that ignores all #if/#elif/#else/#endif directives and just reports back all of the #include files (like the classic SCons scanner did).
FunctionEvaluator Handles delayed evaluation of a #define function call.
PreProcessor The main workhorse class for handling C pre-processing.

Function Summary
  CPP_to_Python(s)
Converts a C pre-processor expression into an equivalent Python expression that can be evaluated.
  CPP_to_Python_Ops_Sub(m, d)

Function Details

CPP_to_Python(s)

Converts a C pre-processor expression into an equivalent Python expression that can be evaluated.


Generated by Epydoc 2.1 on Wed Dec 12 09:39:32 2007 http://epydoc.sf.net