Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom EDatatype not supported #14

Open
RamakrishnanOSS opened this issue Jul 3, 2019 · 1 comment
Open

Custom EDatatype not supported #14

RamakrishnanOSS opened this issue Jul 3, 2019 · 1 comment

Comments

@RamakrishnanOSS
Copy link

Hello Team,

In the ecore I had created one EDatatype of Input stream with instanceTypeName = java.io.stream which is working in Java generated code but with equivalent C++ instanceTypeName it is not working. Can you provide a solution?

JAVA:
<eClassifiers xsi:type="ecore:EDataType" name="InputStream" instanceTypeName="java.io.stream"/>

C++:
<eClassifiers xsi:type="ecore:EDataType" name="InputStream" instanceTypeName="std::istream"/>

Regards,
Ramakrishnan

@srhenning
Copy link
Contributor

Hello Ramakrishnan,

custom EDatatypes with c++ type mappings are currently not supported by the emf4cpp code generator.

Regards,
Soeren

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants