MCPcopy Create free account
hub / github.com/dds-bridge/dds / EvalType

Class EvalType

library/src/api/dds.h:135–139  ·  view source on GitHub ↗

* @brief Evaluation result for a position. * * Contains the number of tricks that can be won and which specific * card ranks can win in each suit. */

Source from the content-addressed store, hash-verified

133 * card ranks can win in each suit.
134 */
135struct EvalType
136{
137 int tricks; ///< Number of tricks that can be won from this position
138 unsigned short int win_ranks[DDS_SUITS]; ///< Bitmask of winning ranks in each suit
139};
140
141/**
142 * @brief Simple card representation.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected