pointersutils

package
v0.414.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 28, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckIsPointer

func CheckIsPointer(objectToTest interface{}) (err error)

func GetMemoryAddressAsHexString

func GetMemoryAddressAsHexString(input interface{}) (memoryAddress string, err error)

func GetMemoryAddressAsUInt64

func GetMemoryAddressAsUInt64(input interface{}) (memoryAddress uint64, err error)

func GetMemoryAddressAsUIntPtr

func GetMemoryAddressAsUIntPtr(input interface{}) (memoryAddress uintptr, err error)

func IsPointer

func IsPointer(objectToTest interface{}) (isPointer bool)

func MustCheckIsPointer

func MustCheckIsPointer(objectToTest interface{})

func MustGetMemoryAddressAsHexString

func MustGetMemoryAddressAsHexString(input interface{}) (memoryAddress string)

func MustGetMemoryAddressAsUInt64

func MustGetMemoryAddressAsUInt64(input interface{}) (memoryAddress uint64)

func MustGetMemoryAddressAsUIntPtr

func MustGetMemoryAddressAsUIntPtr(input interface{}) (memoryAddress uintptr)

func MustPointersEqual

func MustPointersEqual(ptr1 interface{}, ptr2 interface{}) (addressEqual bool)

func PointersEqual

func PointersEqual(ptr1 interface{}, ptr2 interface{}) (addressEqual bool, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL