Lines Matching defs:kind
248 priv(property_value::value_kind kind = ABSTRACT_PROPERTY_VALUE)
249 : kind_(kind)
255 /// @param kind the of @ref property_value that is being constructed.
262 /// @param kind the of @ref property_value that is being constructed.
263 property_value::property_value(value_kind kind)
264 : priv_(new priv(kind))
267 /// Getter for the kind of the @ref property_value type.
269 /// @return the kind of @ref property_value we are looking at.
1571 // This new kind of property is not yet supported!
1825 // This new kind of property is not yet supported!