Ptr

final class Ptr[T]
Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def +(offset: Int)(implicit tag: Tag[T]): Ptr[T]
def +(offset: Long)(implicit tag: Tag[T]): Ptr[T]
def +(offset: Size)(implicit tag: Tag[T]): Ptr[T]
def +(offset: USize)(implicit tag: Tag[T]): Ptr[T]
def -(offset: Int)(implicit tag: Tag[T]): Ptr[T]
def -(offset: Long)(implicit tag: Tag[T]): Ptr[T]
def -(offset: Size)(implicit tag: Tag[T]): Ptr[T]
def -(offset: USize)(implicit tag: Tag[T]): Ptr[T]
def -(other: Ptr[T])(implicit tag: Tag[T]): CPtrDiff
def `unary_!_=`(value: T)(implicit tag: Tag[T]): Unit
def apply(offset: Int)(implicit tag: Tag[T]): T
def apply(offset: Long)(implicit tag: Tag[T]): T
def apply(offset: USize)(implicit tag: Tag[T]): T
def apply(offset: Size)(implicit tag: Tag[T]): T
override def equals(other: Any): Boolean
Definition Classes
Any
override def hashCode: Int
Definition Classes
Any
override def toString: String
Definition Classes
Any
def unary_!(implicit tag: Tag[T]): T
def update(offset: Int, value: T)(implicit tag: Tag[T]): Unit
def update(offset: Long, value: T)(implicit tag: Tag[T]): Unit
def update(offset: USize, value: T)(implicit tag: Tag[T]): Unit
def update(offset: Size, value: T)(implicit tag: Tag[T]): Unit