struct ov::frontend::FrontEndPluginInfo

Each frontend plugin is responsible to export GetFrontEndData function returning heap-allocated pointer to this structure. Will be used by FrontEndManager during loading of plugins.

#include <manager.hpp>

struct FrontEndPluginInfo
{
    // fields

    std::string m_name;
    FrontEndFactory m_creator;
};