Improve UX: autofill cfg param with proper accel type, printout cfg params

This commit is contained in:
SergeyIvanov87
2022-07-12 10:54:12 +03:00
parent b3b235ebc0
commit 3635b3dee7
9 changed files with 36 additions and 12 deletions
@@ -185,6 +185,8 @@ struct GAPI_EXPORTS CfgParam {
const name_t& get_name() const;
const value_t& get_value() const;
bool is_major() const;
std::string to_string() const;
bool operator==(const CfgParam& rhs) const;
bool operator< (const CfgParam& rhs) const;
bool operator!=(const CfgParam& rhs) const;