#include <kanzi/core/cpp/vector.hpp>#include <kanzi/core/property/abstract_property_type.hpp>#include "flatbuffers/flatbuffers.h"Namespaces | |
| namespace | kanzi |
| namespace | kanzi::schema |
Typedefs | |
| template<typename T > | |
| using | kanzi::schema::FlatBufferOffset |
| Common rename of flatbuffers offset. | |
| template<typename T > | |
| using | kanzi::schema::FlatBufferOffsetVector |
| Common rename of flatbuffers offset vector. | |
Functions | |
| AbstractPropertyType | kanzi::schema::flatbuffersStringToAbstractPropertyType (const ::flatbuffers::String *flatbuffersString) |
| Convert flatbuffers string to AbstractPropertyType safely. | |
| string_view | kanzi::schema::flatbuffersStringToStringView (const ::flatbuffers::String *flatbuffersString) |
| Convert flatbuffers string to string_view safely. | |