C# Class Flood.Flood

Inheritance: ILibrary
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
Postprocess ( CppSharp.Driver driver, ASTContext lib ) : void
Preprocess ( CppSharp.Driver driver, ASTContext ctx ) : void
ProcessUnit ( CppSharp.Generators.GeneratorOutput output ) : void
Setup ( CppSharp.Driver driver ) : void
SetupHeaders ( List headers ) : void
SetupLibraries ( List libraries ) : void
SetupPasses ( CppSharp.Driver driver ) : void
WriteHeader ( TextGenerator g ) : void

Method Details

Postprocess() public méthode

public Postprocess ( CppSharp.Driver driver, ASTContext lib ) : void
driver CppSharp.Driver
lib ASTContext
Résultat void

Preprocess() public méthode

public Preprocess ( CppSharp.Driver driver, ASTContext ctx ) : void
driver CppSharp.Driver
ctx ASTContext
Résultat void

ProcessUnit() public méthode

public ProcessUnit ( CppSharp.Generators.GeneratorOutput output ) : void
output CppSharp.Generators.GeneratorOutput
Résultat void

Setup() public méthode

public Setup ( CppSharp.Driver driver ) : void
driver CppSharp.Driver
Résultat void

SetupHeaders() public méthode

public SetupHeaders ( List headers ) : void
headers List
Résultat void

SetupLibraries() public méthode

public SetupLibraries ( List libraries ) : void
libraries List
Résultat void

SetupPasses() public méthode

public SetupPasses ( CppSharp.Driver driver ) : void
driver CppSharp.Driver
Résultat void

WriteHeader() public méthode

public WriteHeader ( TextGenerator g ) : void
g TextGenerator
Résultat void