Lines Matching defs:arrayValue
38 arrayValue, ///< array value (ordered list)
106 * values of an #objectValue or #arrayValue can be accessed using operator[]() methods.
109 * The sequence of an #arrayValue will be automatically resize and initialized
110 * with #nullValue. resize() can be used to enlarge or truncate an #arrayValue.
204 To create an empty array, pass arrayValue.
212 Json::Value arr_value(Json::arrayValue); // []
306 /// \pre type() is arrayValue, objectValue, or nullValue
312 /// May only be called on nullValue or arrayValue.
313 /// \pre type() is arrayValue or nullValue
314 /// \post type() is arrayValue
952 /// Return the index of the referenced Value. -1 if it is not an arrayValue.