#include <obu.hpp>
公開メンバ関数 | |
Result | Init (Store< Args... > *_store, string _keyName) |
Result | Publish (Args... _args) |
string | GetMyName () const |
Store< Args... > * | GetMyStore () const |
Result | Init (Store< T > *_store, string _keyName) |
Result | Publish (T _pubData) |
string | GetMyName () const |
Store< T > * | GetMyStore () const |
非公開変数類 | |
string | keyName |
Store< Args... > * | store = nullptr |
bool | isInit = false |
Store< T > * | store =nullptr |
|
inline |
参照元 GetMyName(), Init(), Init(), Publish(), Publish().
参照元 GetMyStore(), Init(), Init(), Publish(), Publish().
|
private |