Used by cmd parser to store comparison information. More...
#include <datatypedef.h>
Public Attributes | |
int | metric |
std::vector< int > | file1_partitions |
int | var1 |
int | file2_partition |
int | var2 |
Used by cmd parser to store comparison information.
Definition at line 41 of file datatypedef.h.
std::vector<int> file1_partitions |
Definition at line 45 of file datatypedef.h.
Referenced by compareFiles(), and ComSwitch::parseValuesFromArguments().
int file2_partition |
Definition at line 48 of file datatypedef.h.
Referenced by compareFiles(), and ComSwitch::parseValuesFromArguments().
int metric |
Definition at line 43 of file datatypedef.h.
Referenced by compareFiles(), and ComSwitch::parseValuesFromArguments().
int var1 |
Definition at line 46 of file datatypedef.h.
Referenced by compareFiles(), and ComSwitch::parseValuesFromArguments().
int var2 |
Definition at line 49 of file datatypedef.h.
Referenced by compareFiles(), and ComSwitch::parseValuesFromArguments().