VirtualBox

Changeset 40053 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Feb 9, 2012 3:36:48 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76180
Message:

IPRT: Added RTAvllU32RemoveNode.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

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

    r36573 r40053  
    287287RTDECL(bool)                RTAvllU32Insert(PPAVLLU32NODECORE ppTree, PAVLLU32NODECORE pNode);
    288288RTDECL(PAVLLU32NODECORE)    RTAvllU32Remove(PPAVLLU32NODECORE ppTree, AVLLU32KEY Key);
     289RTDECL(PAVLLU32NODECORE)    RTAvllU32RemoveNode(PPAVLLU32NODECORE ppTree, PAVLLU32NODECORE pNode);
    289290RTDECL(PAVLLU32NODECORE)    RTAvllU32Get(PPAVLLU32NODECORE ppTree, AVLLU32KEY Key);
    290291RTDECL(PAVLLU32NODECORE)    RTAvllU32GetBestFit(PPAVLLU32NODECORE ppTree, AVLLU32KEY Key, bool fAbove);
  • trunk/include/iprt/mangling.h

    r40029 r40053  
    101101# define RTAvllU32Remove                                RT_MANGLER(RTAvllU32Remove)
    102102# define RTAvllU32RemoveBestFit                         RT_MANGLER(RTAvllU32RemoveBestFit)
     103# define RTAvllU32RemoveNode                            RT_MANGLER(RTAvllU32RemoveNode)
    103104# define RTAvloGCPhysDestroy                            RT_MANGLER(RTAvloGCPhysDestroy)
    104105# define RTAvloGCPhysDoWithAll                          RT_MANGLER(RTAvloGCPhysDoWithAll)
     
    12701271# define RTStrGetCpInternal                             RT_MANGLER(RTStrGetCpInternal)
    12711272# define RTStrGetCpNExInternal                          RT_MANGLER(RTStrGetCpNExInternal)
     1273# define RTStrHash1                                     RT_MANGLER(RTStrHash1)
     1274# define RTStrHash1ExN                                  RT_MANGLER(RTStrHash1ExN)
     1275# define RTStrHash1ExNV                                 RT_MANGLER(RTStrHash1ExNV)
     1276# define RTStrHash1N                                    RT_MANGLER(RTStrHash1N)
    12721277# define RTStrICmp                                      RT_MANGLER(RTStrICmp)
    12731278# define RTStrIStr                                      RT_MANGLER(RTStrIStr)
Note: See TracChangeset for help on using the changeset viewer.

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