#ifndef FLATBUFFERS_BFBS_NAMER #define FLATBUFFERS_BFBS_NAMER #include "flatbuffers/reflection.h" #include "namer.h" namespace flatbuffers { // Provides Namer capabilities to types defined in the flatbuffers reflection. class BfbsNamer : public Namer { … }; } // namespace flatbuffers #endif // FLATBUFFERS_BFBS_NAMER