haiku/headers/os/support
John Scipione fe88ae51ec AppKit: BMessage Add/Find/Get/Has/ReplaceNodeRef
This allows you to pass node_ref's around like you can entry_ref's.

Added node_ref_flatten(), node_ref_unflatten() and node_ref_swap() to
MessageUtils. These are close cousins to entry_ref_flatten(),
entry_ref_unflatten(), and entry_ref_swap() but for node_ref's.

Added B_NODE_REF_TYPE to TypeConstants.h in the Support Kit.

Added B_NODE_REF_TYPE to Debugger and ByteOrder in Support Kit,
B_NODE_REF_TYPE is treated the same as a B_REF_TYPE (entry_ref).

Add documentation for new NodeRef methods and B_NODE_REF_TYPE.

Change-Id: I32c6ed276bf1a7894a835b9fc9de5a882c35883c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3182
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
2020-09-10 17:18:09 +00:00
..
Architecture.h
Archivable.h
Autolock.h
Beep.h
BlockCache.h
BufferedDataIO.h
BufferIO.h
ByteOrder.h netinet/in: Use the GCC4 builtin byteswap functions for htonl. 2019-03-26 19:33:43 -04:00
ClassInfo.h
DataIO.h
DateTime.h
Debug.h Debug.h: Implement a real STATIC_ASSERT on non-GCC2. 2018-08-22 19:19:54 -04:00
Errors.h
Flattenable.h
Job.h
List.h
Locker.h
ObjectList.h
parsedate.h
Referenceable.h PVS V591: non void functions must return something 2019-07-17 01:57:50 +00:00
StackOrHeapArray.h
StopWatch.h
String.h
StringList.h
SupportDefs.h Switch to a 64-bit time_t everywhere except 32-bit x86. 2017-06-06 17:38:17 -04:00
TLS.h Change all references to "__INTEL__" to "__i386__". 2019-03-30 16:54:01 -04:00
TypeConstants.h AppKit: BMessage Add/Find/Get/Has/ReplaceNodeRef 2020-09-10 17:18:09 +00:00
Url.h Support : Fixes for Relative URL Handling 2018-09-11 18:39:53 +00:00
UTF8.h