#include <diff_tool.h>
Public Member Functions | |
bool | operator() (const TWorksheet::TRow &row) const |
TTestWorksheetItem (const std::string &identifier) | |
Data Fields | |
ucstring | Identifier |
|
Definition at line 311 of file diff_tool.h.
00312 : Identifier(identifier) 00313 {} |
|
Definition at line 314 of file diff_tool.h. References STRING_MANAGER::TWorksheet::TRow.
00315 { 00316 return row[1] == Identifier; 00317 } |
|
Definition at line 310 of file diff_tool.h. |