6 #ifndef AMDAEMON_REQUESTSTATE_H 7 #define AMDAEMON_REQUESTSTATE_H 103 std::shared_ptr<Impl> _impl;
107 #endif // AMDAEMON_REQUESTSTATE_H bool isSent() const
要求がDaemonプロセスへ送信済みであるか否かを取得する。
RequestState & operator=(const RequestState &r)
コピー代入演算子のオーバロード。
bool isSucceeded() const
要求が処理成功したか否かを取得する。
Daemonプロセスへの処理要求状態を保持するクラス。
Definition: RequestState.h:37
bool valid() const
要求が有効であるか否かを取得する。
AM Daemon ライブラリクラス群の基底名前空間。
Definition: Log.h:13
bool isDone() const
要求が処理完了済みであるか否かを取得する。