ソースを参照

Corrected documentation.


git-svn-id: https://svn.microneil.com/svn/CodeDweller/branches/adeniz_1@96 d34b734f-a00e-4b39-a726-e4eeb87269ab
adeniz_1
adeniz 10年前
コミット
65fe25929c
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      child.hpp

+ 2
- 2
child.hpp ファイルの表示



\throws runtime_error if an error occurs. \throws runtime_error if an error occurs.


\throws logic_error if the child process is not running.
\throws logic_error if the child process had not been started.


*/ */
bool isDone(); bool isDone();


\throws logic_error if the child process has not exited. \throws logic_error if the child process has not exited.


\throws logic_error if the child process is not running.
\throws logic_error if the child process had not been started.


*/ */
int32_t result(); int32_t result();

読み込み中…
キャンセル
保存