SkyWay Linux SDK
読み取り中…
検索中…
一致する文字列を見つけられません
member.hpp
1//
2// © NTT DOCOMO BUSINESS, Inc. All Rights Reserved.
3//
4
5#ifndef SKYWAY_PLUGIN_UNKNOWN_PLUGIN_MEMBER_HPP_
6#define SKYWAY_PLUGIN_UNKNOWN_PLUGIN_MEMBER_HPP_
7
8#include "skyway/core/interface/channel.hpp"
9#include "skyway/core/interface/remote_member.hpp"
10
11namespace skyway {
12namespace plugin {
13namespace unknown_plugin {
14
17public:
18 UnknownMember(std::shared_ptr<core::interface::Channel> channel, const model::Member& dto);
19};
20
21} // namespace unknown_plugin
22} // namespace plugin
23} // namespace skyway
24
25#endif /* SKYWAY_PLUGIN_UNKNOWN_PLUGIN_MEMBER_HPP_ */
このSDK以外で生成されたメンバ
Definition remote_member.hpp:28
機能として対応していないメンバー
Definition member.hpp:16
メンバー情報
Definition domain.hpp:53