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/a03918.html | 186 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 docs/doxygen/nel/a03918.html (limited to 'docs/doxygen/nel/a03918.html') diff --git a/docs/doxygen/nel/a03918.html b/docs/doxygen/nel/a03918.html new file mode 100644 index 00000000..234b8437 --- /dev/null +++ b/docs/doxygen/nel/a03918.html @@ -0,0 +1,186 @@ + + +NeL: STRING_MANAGER::TWordsDiffContext struct Reference + + + +
+

STRING_MANAGER::TWordsDiffContext Struct Reference

#include <diff_tool.h> +

+ + + + + + + + + + + + + + + +

Public Types

typedef TWorksheet::TData::iterator iterator

Public Member Functions

 TWordsDiffContext (const TWorksheet &addition, TWorksheet &reference, TWorksheet &diff)

Data Fields

const TWorksheetAddition
TWorksheetDiff
TWorksheetReference
+


Member Typedef Documentation

+

+ + + + +
+ + +
typedef TWorksheet::TData::iterator STRING_MANAGER::TWordsDiffContext::iterator +
+
+ + + + + +
+   + + +

+ +

+Definition at line 323 of file diff_tool.h.

+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
STRING_MANAGER::TWordsDiffContext::TWordsDiffContext const TWorksheet addition,
TWorksheet reference,
TWorksheet diff
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 328 of file diff_tool.h. +

+

00329                         : Addition(addition),
+00330                         Reference(reference),
+00331                         Diff(diff)
+00332                 {
+00333                 }
+
+


Field Documentation

+

+ + + + +
+ + +
const TWorksheet& STRING_MANAGER::TWordsDiffContext::Addition +
+
+ + + + + +
+   + + +

+ +

+Definition at line 324 of file diff_tool.h.

+

+ + + + +
+ + +
TWorksheet& STRING_MANAGER::TWordsDiffContext::Diff +
+
+ + + + + +
+   + + +

+ +

+Definition at line 326 of file diff_tool.h.

+

+ + + + +
+ + +
TWorksheet& STRING_MANAGER::TWordsDiffContext::Reference +
+
+ + + + + +
+   + + +

+ +

+Definition at line 325 of file diff_tool.h.

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 14:54:42 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1