Test::Branch::RunInfo Class Reference
List of all members.
Detailed Description
Information about one test-run.
Definition at line 287 of file branch.cc.
|
Public Member Functions |
| RunInfo (const char *varname, const char *valname, int a_d_val, int c_d_val) |
void | print (std::ostream &o) const |
Public Attributes |
std::string | var |
std::string | val |
unsigned int | a_d |
unsigned int | c_d |
Constructor & Destructor Documentation
Test::Branch::RunInfo::RunInfo |
( |
const char * |
varname, |
|
|
const char * |
valname, |
|
|
int |
a_d_val, |
|
|
int |
c_d_val | |
|
) |
| | [inline] |
Member Function Documentation
void Test::Branch::RunInfo::print |
( |
std::ostream & |
o |
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: