Lines Matching defs:arrayValue
470 arrayValue, ///< array value (ordered list)
528 * Values of an #objectValue or #arrayValue can be accessed using operator[]()
532 * The sequence of an #arrayValue will be automatically resized and initialized
533 * with #nullValue. resize() can be used to enlarge or truncate an #arrayValue.
640 To create an empty array, pass arrayValue.
648 Json::Value arr_value(Json::arrayValue); // []
758 /// \pre type() is arrayValue, objectValue, or nullValue
764 /// May only be called on nullValue or arrayValue.
765 /// \pre type() is arrayValue or nullValue
766 /// \post type() is arrayValue
1075 /// Return the index of the referenced Value, or -1 if it is not an arrayValue.