1 /**
2  * Autogenerated by Thrift for src/module.thrift
3  *
4  * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5  *  @generated @nocommit
6  */
7 #pragma once
8 
9 #include <thrift/lib/cpp2/gen/module_constants_h.h>
10 
11 #include "thrift/compiler/test/fixtures/refs/gen-cpp2/module_types.h"
12 
13 namespace cpp2 {
14 
15 struct module_constants {
16 
17   static ::cpp2::StructWithRef const& kStructWithRef();
18 
19   static ::cpp2::StructWithRefTypeUnique const& kStructWithRefTypeUnique();
20 
21   static ::cpp2::StructWithRefTypeShared const& kStructWithRefTypeShared();
22 
23   static ::cpp2::StructWithRefTypeSharedConst const& kStructWithRefTypeSharedConst();
24 
25 };
26 
27 } // cpp2
28