Function autocxx_engine::preprocess

source ·
pub fn preprocess(
    listing_path: &Path,
    preprocess_path: &Path,
    incs: &[PathBuf],
    extra_clang_args: &[&str]
) -> Result<(), Error>
Expand description

Preprocess a file using the same options as is used by autocxx. Input: listing_path, output: preprocess_path.