VirtualBox

Changeset 73874 in vbox for trunk/include


Ignore:
Timestamp:
Aug 24, 2018 3:36:01 PM (6 years ago)
Author:
vboxsync
Message:

RTJson: Added RTJsonValueTypeName and did some internal macro cleanups in the implementation. bugref:9167

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/json.h

    r69105 r73874  
    139139
    140140/**
     141 * Translates value type to a name.
     142 *
     143 * @returns Readonly name string
     144 * @param   enmType             The JSON value type to name.
     145 */
     146RTDECL(const char *) RTJsonValueTypeName(RTJSONVALTYPE enmType);
     147
     148/**
    141149 * Returns the string from a given JSON string value.
    142150 *
  • trunk/include/iprt/mangling.h

    r73765 r73874  
    11211121# define RTJsonValueRelease                             RT_MANGLER(RTJsonValueRelease)
    11221122# define RTJsonValueRetain                              RT_MANGLER(RTJsonValueRetain)
     1123# define RTJsonValueTypeName                            RT_MANGLER(RTJsonValueTypeName)
    11231124# define RTKrnlModInfoGetFilePath                       RT_MANGLER(RTKrnlModInfoGetFilePath)
    11241125# define RTKrnlModInfoGetLoadAddr                       RT_MANGLER(RTKrnlModInfoGetLoadAddr)
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