C# Class FFmpeg.AutoGen.ClangSharpUnsafeGenerator.FunctionHelper

ファイルを表示 Open project: Ruslan-B/FFmpeg.AutoGen Class Usage Examples

Public Methods

Method Description
CallingConventionSpelling ( this type ) : string
WriteArgument ( ClangSharp.CXType functionType, ClangSharp.CXCursor paramCursor, TextWriter tw, uint index ) : void
WriteReturnType ( ClangSharp.CXType resultType, TextWriter tw ) : void

Private Methods

Method Description
WriteCommonType ( ClangSharp.CXType type, TextWriter tw, string outParam = "" ) : void

Method Details

CallingConventionSpelling() public static method

public static CallingConventionSpelling ( this type ) : string
type this
return string

WriteArgument() public static method

public static WriteArgument ( ClangSharp.CXType functionType, ClangSharp.CXCursor paramCursor, TextWriter tw, uint index ) : void
functionType ClangSharp.CXType
paramCursor ClangSharp.CXCursor
tw System.IO.TextWriter
index uint
return void

WriteReturnType() public static method

public static WriteReturnType ( ClangSharp.CXType resultType, TextWriter tw ) : void
resultType ClangSharp.CXType
tw System.IO.TextWriter
return void