Improve UX: autofill cfg param with proper accel type, printout cfg params
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user