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

STRING_MANAGER::TPhraseDiffContext Struct Reference

#include <diff_tool.h> +

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

Public Types

typedef std::vector< TPhrase
+>::iterator 
iterator

Public Member Functions

 TPhraseDiffContext (const std::vector< TPhrase > &addition, std::vector< TPhrase > &reference, std::vector< TPhrase > &diff)

Data Fields

const std::vector< TPhrase > & Addition
std::vector< TPhrase > & Diff
std::vector< TPhrase > & Reference
+


Member Typedef Documentation

+

+ + + + +
+ + +
typedef std::vector<TPhrase>::iterator STRING_MANAGER::TPhraseDiffContext::iterator +
+
+ + + + + +
+   + + +

+ +

+Definition at line 79 of file diff_tool.h.

+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
STRING_MANAGER::TPhraseDiffContext::TPhraseDiffContext const std::vector< TPhrase > &  addition,
std::vector< TPhrase > &  reference,
std::vector< TPhrase > &  diff
[inline]
+
+ + + + + +
+   + + +

+ +

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

+

00085                         : Addition(addition),
+00086                         Reference(reference),
+00087                         Diff(diff)
+00088                 {
+00089                 }
+
+


Field Documentation

+

+ + + + +
+ + +
const std::vector<TPhrase>& STRING_MANAGER::TPhraseDiffContext::Addition +
+
+ + + + + +
+   + + +

+ +

+Definition at line 80 of file diff_tool.h.

+

+ + + + +
+ + +
std::vector<TPhrase>& STRING_MANAGER::TPhraseDiffContext::Diff +
+
+ + + + + +
+   + + +

+ +

+Definition at line 82 of file diff_tool.h.

+

+ + + + +
+ + +
std::vector<TPhrase>& STRING_MANAGER::TPhraseDiffContext::Reference +
+
+ + + + + +
+   + + +

+ +

+Definition at line 81 of file diff_tool.h.

+


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