WthorHeader class final

struct WthorHeader @brief Header for wthor files

Inheritance
Implemented types
Available extensions

Constructors

WthorHeader()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
board_size int
< board size (8 or 10)
getter/setter pair
century int
< Century.
getter/setter pair
day int
< day
getter/setter pair
depth int
< depth (of theoric score)
getter/setter pair
game_type int
< game type (games or solitaires)
getter/setter pair
game_year int
<
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
month int
< month
getter/setter pair
n int
<
getter/setter pair
n_games int
<
getter/setter pair
reserved int
< reserved
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
year int
< Year.
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