template<class MOD_T>
struct std_moddata_diff_helper_t< MOD_T >
Module data diff helper with default implementation of merge_ending() method: it calls load_from_idb() (should be provided by MOD_T) for module data structure.
|
| std_moddata_diff_helper_t (const char *mod_name, const char *node_name, const idbattr_info_t *_fields, size_t _nfields) |
|
virtual void | merge_ending (diff_source_idx_t, void *module_data) override |
|
| moddata_diff_helper_t (const char *_module_name, const char *_netnode_name, const idbattr_info_t *_fields, size_t _nfields) |
|
virtual void | merge_starting (diff_source_idx_t, void *) |
|
virtual void | merge_ending (diff_source_idx_t, void *) |
|
virtual void * | get_struc_ptr (merge_data_t &, diff_source_idx_t, const idbattr_info_t &) |
|
virtual void | print_diffpos_details (qstrvec_t *, const idbattr_info_t &) |
|
virtual bool | val2str (qstring *, const idbattr_info_t &, uint64) |
|
virtual bool | str2val (uint64 *, const idbattr_info_t &, const char *) |
|