Test::Branch::RunInfo Class Reference
Information about one test-run. More...
Public Member Functions | |
RunInfo (const std::string &vara, const std::string &varb, const std::string &valname, const Gecode::Search::Options &o) | |
void | print (std::ostream &o) const |
Public Attributes | |
std::string | var |
std::string | val |
unsigned int | a_d |
unsigned int | c_d |
Detailed Description
Information about one test-run.
Definition at line 285 of file branch.cpp.
Constructor & Destructor Documentation
Test::Branch::RunInfo::RunInfo | ( | const std::string & | vara, | |
const std::string & | varb, | |||
const std::string & | valname, | |||
const Gecode::Search::Options & | o | |||
) | [inline] |
Definition at line 289 of file branch.cpp.
Member Function Documentation
void Test::Branch::RunInfo::print | ( | std::ostream & | o | ) | const [inline] |
Definition at line 293 of file branch.cpp.
Member Data Documentation
std::string Test::Branch::RunInfo::var |
Definition at line 287 of file branch.cpp.
std::string Test::Branch::RunInfo::val |
Definition at line 287 of file branch.cpp.
unsigned int Test::Branch::RunInfo::a_d |
Definition at line 288 of file branch.cpp.
unsigned int Test::Branch::RunInfo::c_d |
Definition at line 288 of file branch.cpp.
The documentation for this class was generated from the following file: