#include "Tools/Player.h"
#include "RateableOptions.h"
Include dependency graph for TacticEntry.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | TacticEntry |
The class contains the information needed for one TacticEntry. More... | |
class | TacticEntryArray |
The class contains an array of TacticEntrys. More... | |
Functions | |
In & | operator>> (In &stream, TacticEntryArray &tacticEntryArray) |
Streaming operator that reads a TacticEntryArray from a stream. | |
Out & | operator<< (Out &stream, const TacticEntryArray &tacticEntryArray) |
Streaming operator that writes a TacticEntryArray to a stream. |
Definition in file TacticEntry.h.
|
Streaming operator that reads a TacticEntryArray from a stream.
Definition at line 84 of file TacticEntry.cpp. References TacticEntry::allowedDogs, ASSERT, TacticEntryArray::entryCount, TacticEntryArray::entrys, In::eof(), TacticEntry::followingEntryCount, TacticEntry::followingEntrys, TacticEntry::followingEntryWeights, RateableOptions::getGlobalAnalyserNeutralTETID(), RateableOptions::getOptionID(), TacticEntry::globalAnalysersInfo, RateableOptions::isOptionClass(), TacticEntry::isOptionClass, TacticEntry::maxVal, TacticEntry::name, TacticEntry::neededOptions, TacticEntry::optionWeights, In::read(), In::skip(), and TacticEntry::weight. |
Here is the call graph for this function:
|
Streaming operator that writes a TacticEntryArray to a stream.
Definition at line 269 of file TacticEntry.cpp. References TacticEntry::allowedDogs, TacticEntryArray::entryCount, TacticEntryArray::entrys, TacticEntry::followingEntryCount, TacticEntry::followingEntrys, TacticEntry::followingEntryWeights, RateableOptions::getOptionName(), TacticEntry::globalAnalysersInfo, TacticEntry::maxVal, TacticEntry::name, TacticEntry::neededOptions, TacticEntry::optionWeights, TacticEntry::weight, and Out::write(). |
Here is the call graph for this function: