I can't access "data" part of Var-Len Data.
chtrading opened this issue · 1 comments
chtrading commented
I have the following composite type:
The header generated was:
The problem is: I can't access data part! I can access only length.
The documentation says:
But I can not see any function member like this.
If I search "m_offset + " in the header, I can see only this:
EDIT:
Of course, i could access buffer pointer and add +2 (uint16 from length). But this wouldn't be elegant.
donmendelson commented
This project is for the Simple Binary Encoding standard. There is nothing in the standard that would prevent access to variable length data. Your question is specific to an implementation of SBE and should be addressed to implementers.


