haiku/headers/private/shared
PulkoMandy eea7ceb31d Add BytePointer to help with pointer conversions
This behaves mostly like a pointer, but pointer maths works in bytes,
not the native object size.

It avoids casting to char* and back when doing byte-based pointer math,
making the code easier to read.

Change-Id: I6a8681a398345f0c7d419a2cfe7244d972ffa62f
Reviewed-on: https://review.haiku-os.org/c/1086
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
2019-03-09 17:09:11 +00:00
..
AboutMenuItem.h
ArgumentVector.h
Array.h
AttributeUtilities.h
AutoDeleter.h
AutoLocker.h
binary-utils.h
BytePointer.h Add BytePointer to help with pointer conversions 2019-03-09 17:09:11 +00:00
CalendarView.h
ColorQuantizer.h
CommandPipe.h
cpu_type.h cpu_type.h: small fix for CPU detection 2018-05-04 06:32:48 +00:00
DragTrackingFilter.h
DriverSettingsMessageAdapter.h
EntryFilter.h
ExpressionParser.h
FunctionObject.h
FunctionTracer.h
Geolocation.h
HashMap.h HashMap: Fix the build with GCC 7. 2019-02-14 19:52:45 -05:00
HashSet.h HashSet: Make iterator const. 2019-02-14 20:43:49 -05:00
HashString.h
IconButton.h
IconView.h
Json.h HaikuDepot : additional debugging for json-rpc invocations 2018-03-25 05:44:19 +00:00
JsonEvent.h
JsonEventListener.h
JsonMessageWriter.h
JsonTextWriter.h Json : Fix String Writer 2018-10-06 19:58:35 +00:00
JsonWriter.h
Keymap.h
locks.h shared/locks: Add RecursiveLocker. 2018-12-17 19:51:45 -05:00
LongAndDragTrackingFilter.h
MessageBuilder.h
NaturalCompare.h
OpenHashTable.h shared: Merge BOpenHashTable in; remove OpenTracker's OpenHashTable. 2019-02-15 00:34:36 +00:00
OpenWithTracker.h
pci-utils.h
PromptWindow.h
PthreadMutexLocker.h
QueryFile.h
RangeArray.h
RegExp.h
RWLocker.h
RWLockManager.h
ShakeTrackingFilter.h
StringForRate.h libshared: Change string_for_rate to use KiB/s instead of Kbps. 2018-09-02 00:10:30 -04:00
StringForSize.h Extract parse_size function from ramdisk command. 2019-02-08 07:19:26 +00:00
syscall_utils.h
TextTable.h
Thread.h
ToolBar.h
TrackerAddOnAppLaunch.h
TypeOperation.h
usb-utils.h
Variant.h
WeakReferenceable.h