#include <diff_tool.h>
Public Member Functions | |
| bool | operator() (const ItemType &item) const |
| TTestItem (const std::string &identifier) | |
Data Fields | |
| std::string | Identifier |
|
||||||||||
|
Definition at line 358 of file diff_tool.h.
00359 : Identifier(identifier) 00360 {} |
|
||||||||||
|
Definition at line 361 of file diff_tool.h.
00362 {
00363 return item.Identifier == Identifier;
00364 }
|
|
|||||
|
Definition at line 357 of file diff_tool.h. |
1.3.6