Method | Description | |
---|---|---|
GetFunctionInputOutput ( string func ) : FunctionInputOutput | ||
GetFunctionSignature ( string func ) : string | ||
GetStructure ( string stru ) : string | ||
ReadFunctionsHeaderFile ( ) : void | ||
ReadTypesHeaderFile ( ) : void |
public static GetFunctionInputOutput ( string func ) : FunctionInputOutput | ||
func | string | |
return | FunctionInputOutput |
public static GetFunctionSignature ( string func ) : string | ||
func | string | |
return | string |
public static GetStructure ( string stru ) : string | ||
stru | string | |
return | string |
public static ReadFunctionsHeaderFile ( ) : void | ||
return | void |