프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
protected TraverseHook ( System.Action Action, CParser ParentNode, CParser Node ) : void | ||
Action | System.Action | |
ParentNode | CParser | |
Node | CParser | |
리턴 | void |