All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
osl::search::SearchRecorder::Recorder Struct Reference

List of all members.

Public Member Functions

 Recorder (const char *filename)
std::ostream & stream ()
bool notSoDeep (int limit) const
 変な名前だけど記録を取る深さに収まっている事を調べる
void flush ()

Public Attributes

std::ofstream os
int current_depth
 現在の深さ(表示加工用)
int initial_limit
 探索を開始した時点でのlimit
int log_margin

Detailed Description

Definition at line 81 of file searchRecorder.cc.


Constructor & Destructor Documentation

osl::search::SearchRecorder::Recorder::Recorder ( const char *  filename) [inline]

Definition at line 90 of file searchRecorder.cc.


Member Function Documentation

Definition at line 117 of file searchRecorder.cc.

bool osl::search::SearchRecorder::Recorder::notSoDeep ( int  limit) const [inline]

変な名前だけど記録を取る深さに収まっている事を調べる

Definition at line 108 of file searchRecorder.cc.

Definition at line 96 of file searchRecorder.cc.


Member Data Documentation

現在の深さ(表示加工用)

Definition at line 85 of file searchRecorder.cc.

探索を開始した時点でのlimit

Definition at line 87 of file searchRecorder.cc.

Definition at line 88 of file searchRecorder.cc.

Definition at line 83 of file searchRecorder.cc.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines