Hint class final

Hint (for libEdax)

@author lavox @date 2018/1/17

Inheritance
Implemented types
Available extensions

Constructors

Hint()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
book_move bool
< book move origin
getter/setter pair
depth int
< searched depth(except book moves)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lower int
< lower score(except book moves)
getter/setter pair
move int
< best move found
getter/setter pair
n_nodes int
< searched node count(except book moves)
getter/setter pair
pv Array<Line>
< principal variation
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int
< best score
getter/setter pair
selectivity int
< searched selectivity(except book moves)
getter/setter pair
time int
< searched time(except book moves)
getter/setter pair
upper int
< upper score(except book moves)
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