schema_h.sbn 382 B

123456789101112131415161718192021
  1. #pragma once
  2. #include <functional>
  3. #include <algorithm>
  4. #include "CfgBean.h"
  5. {{namespace_with_grace_begin __top_module}}
  6. {{__enum_codes~}}
  7. {{~for b in __beans~}}
  8. {{namespace_with_grace_begin b.namespace}} struct {{b.name}}; {{namespace_with_grace_end b.namespace}}
  9. {{~end~}}
  10. {{~__bean_codes~}}
  11. {{~__table_codes~}}
  12. {{__tables_code}}
  13. {{namespace_with_grace_end __top_module}}