1#ifndef ZAO_ENDPOINT_ZAO_ENDPOINT_HPP_
2#define ZAO_ENDPOINT_ZAO_ENDPOINT_HPP_
6#include "ClientInterface.hpp"
64 const std::shared_ptr<spdlog::logger>& logger_reference,
std::shared_ptr< ClientInterface > CreateClient(detail::AbiVersion version={})
Client オブジェクトを生成する。
Zao製品共通の名前空間
Definition FactoryInterface.hpp:11
Definition ZaoEndpoint.hpp:25
const int value
ABIバージョン番号。仮想関数テーブルのレイアウト変化など、 ヘッダと共有ライブラリ(.so)の齟齬を容認できないAPIの変化が 生じた場合にインクリメントすること。
Definition ZaoEndpoint.hpp:31