C# Class SlimDX.Generator.Preprocessor

Provides access to the boost::wave C++ preprocessor tool.
Afficher le fichier Open project: SlimDX/SlimDX-v2 Class Usage Examples

Méthodes publiques

Méthode Description
PostTransform ( string preprocessedFile, ISet relevantSources ) : void

Performs transformations on a preprocessed file to prepare it for parsing.

Preprocessor ( SlimDX.Generator.Configuration options ) : System
Run ( ) : string

Run boost::wave on the source headers to produce a single preprocessed output file.

Method Details

PostTransform() public static méthode

Performs transformations on a preprocessed file to prepare it for parsing.
public static PostTransform ( string preprocessedFile, ISet relevantSources ) : void
preprocessedFile string The preprocessed file.
relevantSources ISet The relevant sources. /// Any code that did not originate in one of these sources is removed before parsing.
Résultat void

Preprocessor() public méthode

public Preprocessor ( SlimDX.Generator.Configuration options ) : System
options SlimDX.Generator.Configuration
Résultat System

Run() public méthode

Run boost::wave on the source headers to produce a single preprocessed output file.
public Run ( ) : string
Résultat string