blob: 87b2449367c88843c1c838e56c8d6e66d62cf563 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef FLATBUFFERS_IDL_GEN_CPP_YANDEX_MAPS_ITER_H_
#define FLATBUFFERS_IDL_GEN_CPP_YANDEX_MAPS_ITER_H_
#include "flatbuffers/code_generator.h"
namespace flatbuffers {
// Constructs a new Cpp Yandex Maps Iter code generator.
std::unique_ptr<CodeGenerator> NewCppYandexMapsIterCodeGenerator();
} // namespace flatbuffers
#endif // FLATBUFFERS_IDL_GEN_CPP_YANDEX_MAPS_ITER_H_
|