OpenM++ runtime library (libopenm)
|
This is the complete list of members for openm::IRunOptionTable, including all inherited members.
boolValue(int i_runId, const char *i_key) const noexcept=0 | openm::IRunOptionTable | pure virtual |
boolValueToInt(int i_runId, const char *i_key) const noexcept=0 | openm::IRunOptionTable | pure virtual |
byIndex(IRowBaseVec::difference_type i_index) const | openm::IMetaLoadedTable< RunOptionRow > | inline |
byKey(int i_runId, const string &i_key) const =0 | openm::IRunOptionTable | pure virtual |
countOf(RowEqual i_cmp) const | openm::IMetaLoadedTable< RunOptionRow > | inline |
create(IDbExec *i_dbExec, int i_runId=0) | openm::IRunOptionTable | static |
create(IRowBaseVec &io_rowVec) | openm::IRunOptionTable | static |
doubleValue(int i_runId, const char *i_key, double i_default) const noexcept=0 | openm::IRunOptionTable | pure virtual |
findAll(RowEqual i_cmp) const | openm::IMetaLoadedTable< RunOptionRow > | inline |
findFirst(RowEqual i_cmp) const | openm::IMetaLoadedTable< RunOptionRow > | inline |
findKey(const IRowBaseUptr &i_row) const | openm::IMetaLoadedTable< RunOptionRow > | inlineprotected |
firstRow(void) const | openm::IMetaLoadedTable< RunOptionRow > | inline |
indexOf(RowEqual i_cmp, IRowBaseVec::difference_type i_startPos=0) const | openm::IMetaLoadedTable< RunOptionRow > | inline |
intValue(int i_runId, const char *i_key, int i_default) const noexcept=0 | openm::IRunOptionTable | pure virtual |
isExist(int i_runId, const char *i_key) const noexcept=0 | openm::IRunOptionTable | pure virtual |
load(const string &i_sqlSelect, IDbExec *i_dbExec, const IRowAdapter &i_adapter) | openm::IMetaLoadedTable< RunOptionRow > | inlineprotectedstatic |
longValue(int i_runId, const char *i_key, long long i_default) const noexcept=0 | openm::IRunOptionTable | pure virtual |
rowCount(void) const | openm::IMetaLoadedTable< RunOptionRow > | inline |
RowEqual typedef | openm::IMetaLoadedTable< RunOptionRow > | |
rows(void) const | openm::IMetaLoadedTable< RunOptionRow > | inline |
IMetaTable< RunOptionRow >::rows(const IRowBaseVec &i_rowVec) | openm::IMetaTable< RunOptionRow > | inlineprotectedstatic |
rowsCRef(void) const=0 | openm::IMetaLoadedTable< RunOptionRow > | pure virtual |
rowsRef(void)=0 | openm::IRunOptionTable | pure virtual |
strValue(int i_runId, const char *i_key, const string &i_default="") const noexcept=0 | openm::IRunOptionTable | pure virtual |
~IRunOptionTable() noexcept=0 (defined in openm::IRunOptionTable) | openm::IRunOptionTable | pure virtual |