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