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

task_set table row. More...

#include <dbMetaRow.h>

Inheritance diagram for openm::TaskSetRow:
Collaboration diagram for openm::TaskSetRow:

Public Member Functions

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

Static Public Member Functions

static bool isKeyLess (const TaskSetRow &i_left, const TaskSetRow &i_right)
 less comparator by primary key: task id and set id.
 
static bool isKeyEqual (const TaskSetRow &i_left, const TaskSetRow &i_right)
 equal comparator by primary key: task id and set id.
 
static vector< TaskSetRow >::const_iterator byKey (int i_taskId, int i_setId, const vector< TaskSetRow > &i_rowVec)
 find row by primary key: task id and set id.
 
- Static Public Member Functions inherited from openm::IMetaRow< TaskSetRow >
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 taskId
 task_id INT NOT NULL

 
int setId
 set_id INT NOT NULL

 

Detailed Description

task_set table row.


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