OpenM++ runtime library (libopenm)
|
OpenM++ data library: db rows of model metadata tables. More...
Go to the source code of this file.
Classes | |
struct | openm::IMetaRow< TRow > |
base class for model metadata db-rows More... | |
struct | openm::LangLstRow |
lang_lst table row. More... | |
struct | openm::LangWordRow |
lang_word table row. More... | |
struct | openm::ModelDicRow |
model_dic table row. More... | |
struct | openm::ModelDicLangRow |
model_dic table row and default model language code. More... | |
struct | openm::ModelDicTxtRow |
model_dic_txt table row. More... | |
struct | openm::ModelDicTxtLangRow |
model_dic_txt table row and language code. More... | |
struct | openm::ModelWordRow |
model_word table row. More... | |
struct | openm::ModelWordLangRow |
model_word table row and language code. More... | |
struct | openm::TypeDicRow |
type_dic join to model_type_dic table row. More... | |
struct | openm::TypeDicTxtRow |
type_dic_txt join to model_type_dic table row. More... | |
struct | openm::TypeDicTxtLangRow |
type_dic_txt join to model_type_dic table row and language code. More... | |
struct | openm::TypeEnumLstRow |
type_enum_lst join to model_type_dic table row. More... | |
struct | openm::TypeEnumTxtRow |
type_enum_txt join to model_type_dic table row. More... | |
struct | openm::TypeEnumTxtLangRow |
type_enum_txt join to model_type_dic table row and language code. More... | |
struct | openm::ParamDicRow |
parameter_dic join to model_parameter_dic table row. More... | |
struct | openm::ParamImportRow |
parameter_dic join to model_parameter_import table row. More... | |
struct | openm::ParamDicTxtRow |
parameter_dic_txt join to model_parameter_dic table row. More... | |
struct | openm::ParamDicTxtLangRow |
parameter_dic_txt join to model_parameter_dic table row and language code. More... | |
struct | openm::ParamDimsRow |
parameter_dims join to model_parameter_dic table row. More... | |
struct | openm::ParamDimsTxtRow |
parameter_dims_txt join to model_parameter_dic table row. More... | |
struct | openm::ParamDimsTxtLangRow |
parameter_dims_txt table row and language code. More... | |
struct | openm::TableDicRow |
table_dic table row. More... | |
struct | openm::TableDicTxtRow |
table_dic_txt table row. More... | |
struct | openm::TableDicTxtLangRow |
table_dic_txt table row and language code. More... | |
struct | openm::TableDimsRow |
table_dims table row. More... | |
struct | openm::TableDimsTxtRow |
table_dims_txt table row. More... | |
struct | openm::TableDimsTxtLangRow |
table_dims_txt table row and language code. More... | |
struct | openm::TableAccRow |
table_acc table row. More... | |
struct | openm::TableAccTxtRow |
table_acc_txt table row. More... | |
struct | openm::TableAccTxtLangRow |
table_acc_txt table row and language code. More... | |
struct | openm::TableExprRow |
table_expr table row. More... | |
struct | openm::TableExprTxtRow |
table_expr_txt table row. More... | |
struct | openm::TableExprTxtLangRow |
table_expr_txt table row and language code. More... | |
struct | openm::EntityDicRow |
entity_dic table row. More... | |
struct | openm::EntityDicTxtRow |
entity_dic_txt table row. More... | |
struct | openm::EntityDicTxtLangRow |
entity_dic_txt table row and language code. More... | |
struct | openm::EntityAttrRow |
entity_attr table row. More... | |
struct | openm::EntityAttrTxtRow |
entity_attr_txt table row. More... | |
struct | openm::EntityAttrTxtLangRow |
entity_attr_txt table row and language code. More... | |
struct | openm::GroupLstRow |
group_lst table row. More... | |
struct | openm::GroupTxtRow |
group_txt table row. More... | |
struct | openm::GroupTxtLangRow |
group_txt table row and language code. More... | |
struct | openm::GroupPcRow |
group_pc table row. More... | |
struct | openm::ProfileLstRow |
profile_lst table row. More... | |
struct | openm::ProfileOptionRow |
profile_option table row. More... | |
struct | openm::RunLstRow |
run_lst table row. More... | |
struct | openm::RunOptionRow |
run_option table row. More... | |
struct | openm::WorksetLstRow |
workset_lst table row. More... | |
struct | openm::WorksetTxtRow |
workset_txt table row. More... | |
struct | openm::WorksetTxtLangRow |
workset_txt table row and language code. More... | |
struct | openm::WorksetParamRow |
workset_parameter join to model_parameter_dic table row. More... | |
struct | openm::WorksetParamTxtRow |
workset_parameter_txt join to model_parameter_dic table row. More... | |
struct | openm::WorksetParamTxtLangRow |
workset_parameter_txt table row and language code. More... | |
struct | openm::TaskLstRow |
task_lst table row. More... | |
struct | openm::TaskTxtRow |
task_txt table row. More... | |
struct | openm::TaskTxtLangRow |
task_txt table row and language code. More... | |
struct | openm::TaskSetRow |
task_set table row. More... | |
struct | openm::TaskRunLstRow |
task_run_lst table row. More... | |
struct | openm::TaskRunSetRow |
task_run_set table row. More... | |
struct | openm::CodeValueRow |
generic two string columns: (code, value) table row. More... | |
Namespaces | |
namespace | openm |
openM++ namespace | |
OpenM++ data library: db rows of model metadata tables.