C# Класс Bind.CSharpSpecWriter

Наследование: ISpecWriter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

WriteBindings() публичный Метод

public WriteBindings ( IBind generator ) : void
generator IBind
Результат void

WriteImports() публичный Метод

public WriteImports ( BindStreamWriter sw, DelegateCollection delegates ) : void
sw BindStreamWriter
delegates DelegateCollection
Результат void

WriteLicense() публичный Метод

public WriteLicense ( BindStreamWriter sw ) : void
sw BindStreamWriter
Результат void

WriteTypes() публичный Метод

public WriteTypes ( BindStreamWriter sw, string>.Dictionary CSTypes ) : void
sw BindStreamWriter
CSTypes string>.Dictionary
Результат void

WriteWrappers() публичный Метод

public WriteWrappers ( BindStreamWriter sw, FunctionCollection wrappers, string>.Dictionary CSTypes ) : void
sw BindStreamWriter
wrappers FunctionCollection
CSTypes string>.Dictionary
Результат void