/** * Autogenerated by Thrift for thrift/compiler/test/fixtures/doctext/src/module.thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @nocommit */ #pragma once #include #include "thrift/compiler/test/fixtures/doctext/gen-cpp2/module_types.h" namespace cpp2 { struct module_constants { static constexpr char const * const FOO_ = "foo"; static constexpr char const * FOO() { return FOO_; } static constexpr ::std::int32_t const BAR_ = static_cast<::std::int32_t>(123); static constexpr ::std::int32_t BAR() { return BAR_; } static constexpr ::std::int32_t const BIFF_ = static_cast<::std::int32_t>(0); static constexpr ::std::int32_t BIFF() { return BIFF_; } static constexpr ::std::int32_t const SHOUTY_ = static_cast<::std::int32_t>(11); static constexpr ::std::int32_t SHOUTY() { return SHOUTY_; } }; } // namespace cpp2