X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fftacmp%2Ftype_objects.h;h=9134d9c0fb858a8926593e41441045096277de83;hb=87cd81502f23b63c980bbce93b6159379299c782;hp=f136ae942612ef51e83b5f34bdda547d467f76eb;hpb=eb761d89890df8d74532dd4faad118db18fd3b7d;p=com%2Fgs-lite.git diff --git a/src/ftacmp/type_objects.h b/src/ftacmp/type_objects.h index f136ae9..9134d9c 100644 --- a/src/ftacmp/type_objects.h +++ b/src/ftacmp/type_objects.h @@ -95,6 +95,8 @@ public: bool complex_comparison(data_type *dt); std::string get_comparison_fcn(data_type *dt); std::string get_hfta_comparison_fcn(data_type *dt); + std::string get_equals_fcn(data_type *dt); + std::string get_hfta_equals_fcn(data_type *dt); bool complex_operator(data_type *dt, std::string &op); std::string get_complex_operator(data_type *dt, std::string &op); @@ -122,6 +124,7 @@ public: std::string get_hfta_buffer_replace(); std::string get_hfta_buffer_size(); std::string get_hfta_buffer_destroy(); + std::string get_hfta_buffer_init(); bool is_structured_type(); // std::string get_interface_type();