1#ifndef ZAO_ENDPOINT_MONITOR_FACTORY_INTERFACE_HPP_
2#define ZAO_ENDPOINT_MONITOR_FACTORY_INTERFACE_HPP_
6#include "MonitorInterface.hpp"
監視機能関連のファクトリ機能インターフェース
Definition FactoryInterface.hpp:21
virtual ~FactoryInterface() noexcept=default
FactoryInterface オブジェクトを破棄する。
virtual std::shared_ptr< MonitorInterface > CreateMonitor()=0
Monitorのインスタンスを生成する。
Zao製品共通の名前空間
Definition FactoryInterface.hpp:11