| 70 | @TX.CppTemplates.TypeWrapperForwardDeclaration(Model) |
| 71 | |
| 72 | @foreach(var en in Model.Enums) { |
| 73 | @TX.CppTemplates.Enum(en); |
| 74 | } |
| 75 | |
| 76 | @foreach(var vt in Model.ValueTypes) { |
| 77 | @TX.CppTemplates.ValueType(vt); |
nothing calls this directly
no outgoing calls
no test coverage detected