ValueLayout

Constructors

Link copied to clipboard
constructor(size: Long, name: String? = null)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class OfBoolean(val size: Long, val name: String? = null) : ValueLayout
Link copied to clipboard
class OfByte(val size: Long, val name: String? = null) : ValueLayout
Link copied to clipboard
class OfDouble(val size: Long, val name: String? = null) : ValueLayout
Link copied to clipboard
class OfFloat(val size: Long, val name: String? = null) : ValueLayout
Link copied to clipboard
class OfInt(val size: Long, val name: String? = null) : ValueLayout
Link copied to clipboard
class OfLong(val size: Long, val name: String? = null) : ValueLayout
Link copied to clipboard
class OfShort(val size: Long, val name: String? = null) : ValueLayout

Properties

Link copied to clipboard
val name: String? = null
Link copied to clipboard
val size: Long

Functions

Link copied to clipboard
abstract fun withName(name: String): ValueLayout