#include "NumericalTableEvalValue.hpp" #include "../Iterator/NumericalKeyIterator.hpp" Porygon::Evaluation::Iterator *Porygon::Evaluation::NumericalTableEvalValue::GetKeyIterator() const { return new NumericalKeyIterator(this); }