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

#include <DataStat.h>

Public Member Functions

 DataStat ()
void clear ()
void evaluate (const coopy::store::DataSheet &sheet)
void evaluate2 (const coopy::store::DataSheet &sheet, const coopy::cmp::CompareFlags &flags)
const std::vector
< coopy::store::ColumnType > & 
suggestTypes () const
int getRowDivider ()

Data Fields

std::vector< DataColumncol
std::vector
< coopy::store::ColumnType
ct
coopy::store::FloatSheet oddness
coopy::store::FloatSheet oddness_accum

Detailed Description

Definition at line 15 of file DataStat.h.


Constructor & Destructor Documentation

coopy::cmp::DataStat::DataStat ( ) [inline]

Definition at line 19 of file DataStat.h.

References clear().


Member Function Documentation

void coopy::cmp::DataStat::clear ( ) [inline]

Definition at line 28 of file DataStat.h.

References ct.

Referenced by DataStat().

void DataStat::evaluate ( const coopy::store::DataSheet sheet)

Definition at line 12 of file DataStat.cpp.

Referenced by main().

void DataStat::evaluate2 ( const coopy::store::DataSheet sheet,
const coopy::cmp::CompareFlags flags 
)
int coopy::cmp::DataStat::getRowDivider ( ) [inline]

Definition at line 42 of file DataStat.h.

Referenced by main(), and coopy::store::NameSniffer::sniff().

const std::vector<coopy::store::ColumnType>& coopy::cmp::DataStat::suggestTypes ( ) const [inline]

Definition at line 38 of file DataStat.h.

References ct.

Referenced by coopy::store::NameSniffer::sniff().


Field Documentation

Definition at line 23 of file DataStat.h.

Definition at line 24 of file DataStat.h.

Referenced by clear(), and suggestTypes().

Definition at line 25 of file DataStat.h.

Definition at line 26 of file DataStat.h.


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