Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QJsonValueRef Class Reference

\inmodule QtCore \reentrant More...

+ Collaboration diagram for QJsonValueRef:

Detailed Description

\inmodule QtCore \reentrant

The QJsonValueRef class is a helper class for QJsonValue.

When you get an object of type QJsonValueRef, if you can assign to it, the assignment will apply to the character in the string from which you got the reference. That is its whole purpose in life.

You can use it exactly in the same way as a reference to a QJsonValue.

The QJsonValueRef becomes invalid once modifications are made to the string: if you want to keep the character, copy it into a QJsonValue.

Most of the QJsonValue member functions also exist in QJsonValueRef. However, they are not explicitly documented here.


The documentation for this class was generated from the following file: