Code generator for C++ from YAML to generate network protocol parsers
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

24 行
408 B

  1. includes:
  2. - <array>
  3. - <span>
  4. namespace: db
  5. classes:
  6. -
  7. name: database
  8. attributes:
  9. -
  10. name: metadata
  11. start: 0
  12. out_type: std::array<uint8_t, 4096>
  13. -
  14. name: record_cnt
  15. start: 0
  16. out_type: uint64_t
  17. repeats:
  18. -
  19. name: record_list
  20. start: 4096
  21. out_type: std::array<uint8_t, 64>
  22. count_name: record_cnt