C# Class FFmpeg.AutoGen.ClangSharpUnsafeGenerator.FunctionHelper

Afficher le fichier Open project: Ruslan-B/FFmpeg.AutoGen Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

CallingConventionSpelling() public static méthode

public static CallingConventionSpelling ( this type ) : string
type this
Résultat string

WriteArgument() public static méthode

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
Résultat void

WriteReturnType() public static méthode

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