Skip to content

cpp generator #479

New issue

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

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

Already on GitHub? # to your account

Closed
ksergey opened this issue Jul 14, 2017 · 8 comments
Closed

cpp generator #479

ksergey opened this issue Jul 14, 2017 · 8 comments

Comments

@ksergey
Copy link
Contributor

ksergey commented Jul 14, 2017

Why we need m_bufferLength and m_actingVersion private variables in generated class MessageHeader? This members not used inside MessageHeader.

@ksergey
Copy link
Contributor Author

ksergey commented Jul 14, 2017

Variable m_actingBlockLength in other classes also unused

@ksergey
Copy link
Contributor Author

ksergey commented Jul 14, 2017

I believe m_bufferLength should have public getter

@tmontgomery
Copy link
Contributor

MessageHeader is generated from a fixed flyweight. Those fields are used by other flyweights. Or I should say, might possibly be used depending on schema. m_bufferLength probably should have a getter. Agreed. Feel free to add that or I will eventually.

@ksergey
Copy link
Contributor Author

ksergey commented Jul 17, 2017

@tmontgomery Thank you! When you release new version?

@mjpt777
Copy link
Contributor

mjpt777 commented Jul 17, 2017

We will be releasing this shortly.

@mjpt777 mjpt777 closed this as completed Jul 17, 2017
@ksergey
Copy link
Contributor Author

ksergey commented Aug 17, 2017

@mjpt777
The same for messages - m_bufferLength should have public getter. Could you please fix?

@mjpt777
Copy link
Contributor

mjpt777 commented Aug 17, 2017

Done.

@ksergey
Copy link
Contributor Author

ksergey commented Aug 17, 2017

Thanks

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

No branches or pull requests

3 participants