Struct ov::PropertyName#
-
struct PropertyName : public std::string#
This class is used to return property name and its mutability attribute.
Public Functions
-
inline PropertyName(const std::string &str, PropertyMutability mutability = PropertyMutability::RW)#
Constructs property name object.
- Parameters:
str – property name
mutability – property mutability
-
inline bool is_mutable() const#
check property mutability
- Returns:
true if property is mutable
-
inline PropertyName(const std::string &str, PropertyMutability mutability = PropertyMutability::RW)#