COOPY » Guide  version 0.6.5
Public Member Functions | Data Fields
coopy::cmp::CombinedRowMan Class Reference

Compare rows of a table using multiple methods as appropriate. More...

#include <RowMan.h>

Inheritance diagram for coopy::cmp::CombinedRowMan:
coopy::cmp::Measure

Public Member Functions

 CombinedRowMan (const CompareFlags &flags, const OrderResult &comp, int len)
virtual void setup (MeasurePass &pass)
virtual void measure (MeasurePass &pass, int ctrl)
virtual int getCtrlMax ()

Data Fields

RowMan man1
RowMan2 man2
int theta
bool flip

Detailed Description

Compare rows of a table using multiple methods as appropriate.

Definition at line 157 of file RowMan.h.


Constructor & Destructor Documentation

coopy::cmp::CombinedRowMan::CombinedRowMan ( const CompareFlags flags,
const OrderResult comp,
int  len 
) [inline]

Definition at line 164 of file RowMan.h.

References flip, coopy::cmp::RowManOf< map_type >::getCtrlMax(), man1, and theta.


Member Function Documentation

virtual int coopy::cmp::CombinedRowMan::getCtrlMax ( ) [inline, virtual]

Implements coopy::cmp::Measure.

Definition at line 202 of file RowMan.h.

References coopy::cmp::RowManOf< map_type >::getCtrlMax(), and man1.

virtual void coopy::cmp::CombinedRowMan::measure ( MeasurePass pass,
int  ctrl 
) [inline, virtual]

Implements coopy::cmp::Measure.

Definition at line 175 of file RowMan.h.

References man1, man2, coopy::cmp::RowManOf< map_type >::measure(), and theta.

virtual void coopy::cmp::CombinedRowMan::setup ( MeasurePass pass) [inline, virtual]

Implements coopy::cmp::Measure.

Definition at line 171 of file RowMan.h.

References man1, and coopy::cmp::RowManOf< map_type >::setup().


Field Documentation

Definition at line 162 of file RowMan.h.

Referenced by CombinedRowMan().

Definition at line 159 of file RowMan.h.

Referenced by CombinedRowMan(), getCtrlMax(), measure(), and setup().

Definition at line 160 of file RowMan.h.

Referenced by measure().

Definition at line 161 of file RowMan.h.

Referenced by CombinedRowMan(), and measure().


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines