OpenM++ runtime library (libopenm)
openm::WorksetParamRow Struct Reference

workset_parameter join to model_parameter_dic table row. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::WorksetParamRow:
Collaboration diagram for openm::WorksetParamRow:

Public Member Functions

 WorksetParamRow (int i_setId, int i_paramId)
 create row with supplied primary key field values.
 
 WorksetParamRow (void)
 create row with default empty field values.
 

Static Public Member Functions

static bool isKeyLess (const WorksetParamRow &i_left, const WorksetParamRow &i_right)
 less comparator by primary key: set id and parameter id.
 
static bool isKeyEqual (const WorksetParamRow &i_left, const WorksetParamRow &i_right)
 equal comparator by primary key: set id and parameter id.
 
static vector< WorksetParamRow >::const_iterator byKey (int i_setId, int i_paramId, const vector< WorksetParamRow > &i_rowVec)
 find row by primary key: set id and parameter id.
 
- Static Public Member Functions inherited from openm::IMetaRow< WorksetParamRow >
static bool keyLess (const IRowBaseUptr &i_left, const IRowBaseUptr &i_right)
 less comparator by row primary key.
 
static bool keyEqual (const IRowBaseUptr &i_left, const IRowBaseUptr &i_right)
 equal comparator by row primary key.
 

Public Attributes

int setId
 set_id INT NOT NULL
 
int modelId
 model_id INT NOT NULL
 
int paramId
 parameter_id INT NOT NULL
 
int subCount
 sub_count INT NOT NULL
 
int defaultSubId
 default_sub_id INT NOT NULL
 

Detailed Description

workset_parameter join to model_parameter_dic table row.


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