Public メソッド | |
Recorder (const char *filename) | |
std::ostream & | stream () |
bool | notSoDeep (int limit) const |
変な名前だけど記録を取る深さに収まっている事を調べる | |
void | flush () |
Public 変数 | |
std::ofstream | os |
int | current_depth |
現在の深さ(表示加工用) | |
int | initial_limit |
探索を開始した時点でのlimit | |
int | log_margin |
searchRecorder.cc の 81 行で定義されています。
osl::search::SearchRecorder::Recorder::Recorder | ( | const char * | filename | ) | [inline] |
searchRecorder.cc の 90 行で定義されています。
void osl::search::SearchRecorder::Recorder::flush | ( | ) | [inline] |
searchRecorder.cc の 117 行で定義されています。
bool osl::search::SearchRecorder::Recorder::notSoDeep | ( | int | limit | ) | const [inline] |
変な名前だけど記録を取る深さに収まっている事を調べる
searchRecorder.cc の 108 行で定義されています。
std::ostream& osl::search::SearchRecorder::Recorder::stream | ( | ) | [inline] |
searchRecorder.cc の 96 行で定義されています。
現在の深さ(表示加工用)
searchRecorder.cc の 85 行で定義されています。
探索を開始した時点でのlimit
searchRecorder.cc の 87 行で定義されています。
searchRecorder.cc の 88 行で定義されています。
std::ofstream osl::search::SearchRecorder::Recorder::os |
searchRecorder.cc の 83 行で定義されています。