blob: 502f2681025f52686e8d5dda5da6b4f3ed9a2043 [file] [log] [blame]
{{/*
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
*/}}
{{- define "Filename:NaturalTypesSource" -}}
fidl/{{ .LibraryDots }}/cpp/natural_types.cc
{{- end }}
{{- define "File:NaturalTypesSource" -}}
{{- UseUnified -}}
// WARNING: This file is machine generated by fidlgen.
#include <{{ .Library | Filename "NaturalTypesHeader" }}>
{{ range .Structs }}{{ template "Struct:NaturalTypesSource" . }}{{ end }}
{{ range .Tables }}{{ template "Table:NaturalTypesSource" . }}{{ end }}
{{ range .Unions }}{{ template "Union:NaturalTypesSource" . }}{{ end }}
{{ EndOfFile }}
{{- end }}