Auto

dfhdl.core.DFEncoding.Auto
sealed trait Auto()

Attributes

Graph
Supertypes
class DFEncoding
trait Enum
trait Serializable
trait Product
trait Equals
trait DFVal[Nothing, Nothing]
trait Selectable
trait DFMember[DFVal]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

transparent inline def !=[R](inline that: R)(using DFC): DFValTP[DFBool, Any]

Attributes

Inherited from:
DFVal
transparent inline def ==[R](inline that: R)(using DFC): DFValTP[DFBool, Any]

Attributes

Inherited from:
DFVal
def calcWidth(entryCount: Int): Int

Attributes

Inherited from:
DFEncoding
def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def encode(idx: Int): BigInt

Attributes

Inherited from:
DFEncoding
def ordinal: Int

A number uniquely identifying a case of an enum

A number uniquely identifying a case of an enum

Attributes

Inherited from:
Enum
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product
def selectDynamic(name: String)(using DFC): Any

Attributes

Inherited from:
DFVal
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
DFMember -> Any
Inherited from:
DFMember

Concrete fields

final val bigIntValue: BigInt

Inherited fields

val irValue: DFVal | DFError

Attributes

Inherited from:
DFEncoding