[Yunq] Factor out parsing most message fields to a shared method.

This commit is contained in:
Drew Galbraith 2023-11-10 12:51:23 -08:00
parent 0dacbb87dc
commit 83dbd18cb4
4 changed files with 40 additions and 51 deletions

View file

@ -40,5 +40,7 @@ class {{message.name}} {
{%- endif %}
{%- endfor %}
// Parses everything except for caps.
void ParseFromBytesInternal(const glcr::ByteBuffer&, uint64_t offset);
};
{%- endfor %}