Свойство | Тип | Описание | |
---|---|---|---|
CustomTypeContext | TypeContext | ||
OutputName | string |
Метод | Описание | |
---|---|---|
ConvertCTypeToType ( CType CType ) : |
||
ConvertTypeToCType ( |
||
Initialize ( string OutputName ) : void | ||
SetOutputName ( string OutputName ) : void | ||
TraversableCConverter ( ) : System |
Метод | Описание | |
---|---|---|
ConvertCTypeToTypeString ( CType CType ) : string | ||
ConvertCTypeToType_GetFixedArrayType ( CType ElementCType, |
||
CreateTypeFromCType ( CType CType ) : |
||
GetOrCreateTypeFromCType ( CType CType ) : |
||
ICConverter ( |
|
|
TraverseHook ( System.Action Action, CParser ParentNode, CParser Node ) : void |
Метод | Описание | |
---|---|---|
Traverse ( ) : void |
public ConvertCTypeToType ( CType CType ) : |
||
CType | CType | |
Результат |
protected ConvertCTypeToTypeString ( CType CType ) : string | ||
CType | CType | |
Результат | string |
protected abstract ConvertCTypeToType_GetFixedArrayType ( CType ElementCType, |
||
ElementCType | CType | |
ElementType | ||
FixedSize | int | |
Результат |
public ConvertTypeToCType ( |
||
Type | ||
Результат | CType |
protected CreateTypeFromCType ( CType CType ) : |
||
CType | CType | |
Результат |
protected GetOrCreateTypeFromCType ( CType CType ) : |
||
CType | CType | |
Результат |
protected ICConverter ( |
||
CCompiler | ||
TranslationUnit | CParser | |
Результат | void |
public Initialize ( string OutputName ) : void | ||
OutputName | string | |
Результат | void |
public SetOutputName ( string OutputName ) : void | ||
OutputName | string | |
Результат | void |
protected TraverseHook ( System.Action Action, CParser ParentNode, CParser Node ) : void | ||
Action | System.Action | |
ParentNode | CParser | |
Node | CParser | |
Результат | void |