From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03915.html | 129 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 docs/doxygen/nel/a03915.html (limited to 'docs/doxygen/nel/a03915.html') diff --git a/docs/doxygen/nel/a03915.html b/docs/doxygen/nel/a03915.html new file mode 100644 index 00000000..27b71ad4 --- /dev/null +++ b/docs/doxygen/nel/a03915.html @@ -0,0 +1,129 @@ + + +NeL: STRING_MANAGER::TTestWorksheetItem struct Reference + + + +
+

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
+ + -- cgit v1.2.1