pj_timestamp class final

This structure represents high resolution (64bit) time value. The time values represent time in cycles, which is retrieved by calling #pj_get_timestamp().

Inheritance
Implemented types
Available extensions

Constructors

pj_timestamp()

Properties

address Pointer<T>

Available on T, provided by the UnionAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
u32 UnnamedStruct4
< The 64-bit value as two 32-bit values.
getter/setter pair
u64 int
< The whole 64-bit value, where available.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited