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

STRING_MANAGER::TStringDiffContext Struct Reference

#include <diff_tool.h> +

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

Public Types

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

Public Member Functions

 TStringDiffContext (const std::vector< TStringInfo > &addition, std::vector< TStringInfo > &reference, std::vector< TStringInfo > &diff)

Data Fields

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


Member Typedef Documentation

+

+ + + + +
+ + +
typedef std::vector<TStringInfo>::iterator STRING_MANAGER::TStringDiffContext::iterator +
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file diff_tool.h.

+


Constructor & Destructor Documentation

+

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

+ +

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

+References Addition, Diff, and Reference. +

+

00052                         : Addition(addition),
+00053                         Reference(reference),
+00054                         Diff(diff)
+00055                 {
+00056                 }
+
+


Field Documentation

+

+ + + + +
+ + +
const std::vector<TStringInfo>& STRING_MANAGER::TStringDiffContext::Addition +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by TStringDiffContext().

+

+ + + + +
+ + +
std::vector<TStringInfo>& STRING_MANAGER::TStringDiffContext::Diff +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by TStringDiffContext().

+

+ + + + +
+ + +
std::vector<TStringInfo>& STRING_MANAGER::TStringDiffContext::Reference +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by TStringDiffContext().

+


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