Empirical
Public Member Functions | Public Attributes | List of all members
emp::Othello8::Board Struct Reference

#include <Othello8.h>

Public Member Functions

void Clear ()
 
void Clear (Index pos)
 
Player Owner (Index pos) const
 
void SetOwner (Index pos, Player owner)
 
bool Occupied (Index pos)
 
size_t Score (Player owner)
 

Public Attributes

uint64_t occupied
 
uint64_t player
 

Member Function Documentation

void emp::Othello8::Board::Clear ( )
inline
void emp::Othello8::Board::Clear ( Index  pos)
inline
bool emp::Othello8::Board::Occupied ( Index  pos)
inline
Player emp::Othello8::Board::Owner ( Index  pos) const
inline
size_t emp::Othello8::Board::Score ( Player  owner)
inline
void emp::Othello8::Board::SetOwner ( Index  pos,
Player  owner 
)
inline

Member Data Documentation

uint64_t emp::Othello8::Board::occupied
uint64_t emp::Othello8::Board::player

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