|
Language.C.System.Preprocess | Portability | portable | Stability | experimental | Maintainer | benedikt.huber@gmail.com |
|
|
|
Description |
Invoking external preprocessors.
|
|
Synopsis |
|
|
|
Documentation |
|
class Preprocessor cpp where | Source |
|
Preprocessor encapsulates the abstract interface for invoking C preprocessors
| | Methods | | parse the given command line arguments, and return a pair of parsed and ignored arguments
| | | run the preprocessor
|
|
|
|
|
Generic Options for the preprocessor
| Constructors | |
|
|
|
Generic arguments for the preprocessor
| Constructors | |
|
|
|
use the given preprocessor arguments without analyzing them
|
|
|
add a typed option to the given preprocessor arguments
|
|
|
add a string option to the given preprocessor arguments
|
|
|
run the preprocessor and return an InputStream if preprocesssing succeeded
|
|
|
guess whether a file is preprocessed (file end with .i)
|
|
Produced by Haddock version 2.6.1 |