Grey

dfhdl.core.DFEncoding.Grey
abstract class Grey()

Attributes

Graph
Supertypes
trait Auto
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

Concrete methods

final def calcWidth(entryCount: Int): Int
final def encode(idx: Int): BigInt

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 canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
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

Inherited fields

final val bigIntValue: BigInt

Attributes

Inherited from:
Auto
val irValue: DFVal | DFError

Attributes

Inherited from:
DFEncoding