Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cmp_map Struct Reference

Used by cmd parser to store comparison information. More...

#include <datatypedef.h>

Collaboration diagram for cmp_map:

Public Attributes

int metric
 
std::vector< int > file1_partitions
 
int var1
 
int file2_partition
 
int var2
 

Detailed Description

Used by cmd parser to store comparison information.

Definition at line 41 of file datatypedef.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: