Simple Poker Template 0.0.1
Loading...
Searching...
No Matches
SimplePoker.Logic.PokerHand Class Reference

The PokerHand class represents a hand in poker, containing information about the hand ranking, cards in the hand, and relevant high cards and kickers. More...

Public Member Functions

 PokerHand (HAND hand, List< Card > cards, Card firstHighCardHand, Card secondHighCardHand, List< Card > kickers)
 

Public Attributes

HAND Hand
 
List< CardCards = new List<Card>()
 
Card FirstHighCardHand
 
Card SecondHighCardHand
 
Card HighCard
 
Card KickerHighCard
 
List< CardKickers = new List<Card>()
 

Detailed Description

The PokerHand class represents a hand in poker, containing information about the hand ranking, cards in the hand, and relevant high cards and kickers.

Constructor & Destructor Documentation

◆ PokerHand()

SimplePoker.Logic.PokerHand.PokerHand ( HAND hand,
List< Card > cards,
Card firstHighCardHand,
Card secondHighCardHand,
List< Card > kickers )

Member Data Documentation

◆ Cards

List<Card> SimplePoker.Logic.PokerHand.Cards = new List<Card>()

◆ FirstHighCardHand

Card SimplePoker.Logic.PokerHand.FirstHighCardHand

◆ Hand

HAND SimplePoker.Logic.PokerHand.Hand

◆ HighCard

Card SimplePoker.Logic.PokerHand.HighCard

◆ KickerHighCard

Card SimplePoker.Logic.PokerHand.KickerHighCard

◆ Kickers

List<Card> SimplePoker.Logic.PokerHand.Kickers = new List<Card>()

◆ SecondHighCardHand

Card SimplePoker.Logic.PokerHand.SecondHighCardHand

The documentation for this class was generated from the following file: