VirtualBox

Changeset 73958 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 29, 2018 3:21:46 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Added RTJsonIteratorBeginArray and RTJsonIteratorBeginObject for more accurate JSON decoding. Early RTCRestArray implementation. bugref:9167 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/restbase.h

    r73957 r73958  
    773773     * @param   a_pThat         The object to insert.  The array takes ownership of the object on success.
    774774     */
    775     int prepend(size_t a_idx, ElementType *a_pThat)
     775    int prepend(ElementType *a_pThat)
    776776    {
    777777        return insertWorker(0, a_pThat, false /*a_fReplace*/);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette