Goose Management Model ODdox  1.02
HunterInfo Class Reference

A data structure to hold hunter information for distribution. More...

#include <farm.h>

Public Member Functions

 ~HunterInfo ()
 

Public Attributes

vector< int > CheckedFarms
 A list of farms that has been tested for duplicates. More...
 
vector< int > FarmHuntRef
 The hunter's is the farm reference number to where he hunts. More...
 
int homeX
 Hunter home x-coord. More...
 
int homeY
 Hunter home y-coord. More...
 
int refID
 Unique reference number. More...
 

Detailed Description

A data structure to hold hunter information for distribution.

Definition at line 510 of file farm.h.

Constructor & Destructor Documentation

◆ ~HunterInfo()

HunterInfo::~HunterInfo ( )
inline

Definition at line 524 of file farm.h.

524  {
525  FarmHuntRef.resize( 0 );
526  CheckedFarms.resize( 0 );
527  }

References CheckedFarms, and FarmHuntRef.

Member Data Documentation

◆ CheckedFarms

vector<int> HunterInfo::CheckedFarms

A list of farms that has been tested for duplicates.

Definition at line 522 of file farm.h.

Referenced by ~HunterInfo().

◆ FarmHuntRef

vector<int> HunterInfo::FarmHuntRef

The hunter's is the farm reference number to where he hunts.

Definition at line 520 of file farm.h.

Referenced by FarmManager::IsDuplicateRef(), and ~HunterInfo().

◆ homeX

◆ homeY

◆ refID

int HunterInfo::refID

Unique reference number.

Definition at line 514 of file farm.h.


The documentation for this class was generated from the following file:
HunterInfo::CheckedFarms
vector< int > CheckedFarms
A list of farms that has been tested for duplicates.
Definition: farm.h:522
HunterInfo::FarmHuntRef
vector< int > FarmHuntRef
The hunter's is the farm reference number to where he hunts.
Definition: farm.h:520