STRING_MANAGER::TTestWorksheetItem Struct Reference

#include <diff_tool.h>


Public Member Functions

bool operator() (const TWorksheet::TRow &row) const
 TTestWorksheetItem (const std::string &identifier)

Data Fields

ucstring Identifier


Constructor & Destructor Documentation

STRING_MANAGER::TTestWorksheetItem::TTestWorksheetItem const std::string &  identifier  )  [inline]
 

Definition at line 311 of file diff_tool.h.

00312                         : Identifier(identifier)
00313                 {}


Member Function Documentation

bool STRING_MANAGER::TTestWorksheetItem::operator() const TWorksheet::TRow row  )  const [inline]
 

Definition at line 314 of file diff_tool.h.

References STRING_MANAGER::TWorksheet::TRow.

00315                 {
00316                         return row[1] == Identifier;
00317                 }


Field Documentation

ucstring STRING_MANAGER::TTestWorksheetItem::Identifier
 

Definition at line 310 of file diff_tool.h.


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 14:54:39 2004 for NeL by doxygen 1.3.6