CppAst.CodeGen icon indicating copy to clipboard operation
CppAst.CodeGen copied to clipboard

Unable to provide own implementation of DefaultFunctionConverter

Open wackoisgod opened this issue 3 years ago • 1 comments

I am wanting to provide my own version of this Converter but the issue here is that CppElement is internal set on CSharpElement which doesn't allow me to provide the same behavior as the default nor will it allow this to work with the mapping rules later.

Is there any specific reason this has to be internal ? Especially given the plugin architecture ?

wackoisgod avatar Mar 07 '21 08:03 wackoisgod

Is there any specific reason this has to be internal ? Especially given the plugin architecture ?

I think that's probably ok to make it public. I recently fixed a behavior to setup the link back from a CSharpType to the CppElement

xoofx avatar Mar 07 '21 08:03 xoofx