C# Class Bind.CSharpSpecWriter

Inheritance: ISpecWriter
Afficher le fichier Open project: hultqvist/opentk Class Usage Examples

Méthodes publiques

Méthode Description
WriteBindings ( IBind generator ) : void
WriteImports ( BindStreamWriter sw, DelegateCollection delegates ) : void
WriteLicense ( BindStreamWriter sw ) : void
WriteTypes ( BindStreamWriter sw, string>.Dictionary CSTypes ) : void
WriteWrappers ( BindStreamWriter sw, FunctionCollection wrappers, string>.Dictionary CSTypes ) : void

Private Methods

Méthode Description
WriteBindings ( DelegateCollection delegates, FunctionCollection wrappers, EnumCollection enums ) : void
WriteConstants ( BindStreamWriter sw, IEnumerable constants ) : void
WriteDelegates ( BindStreamWriter sw, DelegateCollection delegates ) : void
WriteDocumentation ( BindStreamWriter sw, System.Function f ) : void
WriteEnums ( BindStreamWriter sw, EnumCollection enums, FunctionCollection wrappers ) : void
WriteMethod ( BindStreamWriter sw, System.Function f ) : void
WriteWrapper ( BindStreamWriter sw, int current, System.Function f ) : int

Method Details

WriteBindings() public méthode

public WriteBindings ( IBind generator ) : void
generator IBind
Résultat void

WriteImports() public méthode

public WriteImports ( BindStreamWriter sw, DelegateCollection delegates ) : void
sw BindStreamWriter
delegates DelegateCollection
Résultat void

WriteLicense() public méthode

public WriteLicense ( BindStreamWriter sw ) : void
sw BindStreamWriter
Résultat void

WriteTypes() public méthode

public WriteTypes ( BindStreamWriter sw, string>.Dictionary CSTypes ) : void
sw BindStreamWriter
CSTypes string>.Dictionary
Résultat void

WriteWrappers() public méthode

public WriteWrappers ( BindStreamWriter sw, FunctionCollection wrappers, string>.Dictionary CSTypes ) : void
sw BindStreamWriter
wrappers FunctionCollection
CSTypes string>.Dictionary
Résultat void