C# 클래스 FFmpeg.AutoGen.ClangSharpUnsafeGenerator.FunctionHelper

파일 보기 프로젝트 열기: Ruslan-B/FFmpeg.AutoGen 1 사용 예제들

공개 메소드들

메소드 설명
CallingConventionSpelling ( this type ) : string
WriteArgument ( ClangSharp.CXType functionType, ClangSharp.CXCursor paramCursor, TextWriter tw, uint index ) : void
WriteReturnType ( ClangSharp.CXType resultType, TextWriter tw ) : void

비공개 메소드들

메소드 설명
WriteCommonType ( ClangSharp.CXType type, TextWriter tw, string outParam = "" ) : void

메소드 상세

CallingConventionSpelling() 공개 정적인 메소드

public static CallingConventionSpelling ( this type ) : string
type this
리턴 string

WriteArgument() 공개 정적인 메소드

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
리턴 void

WriteReturnType() 공개 정적인 메소드

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