7 #ifndef EVALCASERESULTS_HPP 8 #define EVALCASERESULTS_HPP 11 #include "../BasicDatatypes.hpp" 40 size_t size()
const {
return m_evalCases.size(); }
43 bool empty()
const {
return m_evalCases.empty(); }
66 #endif // EVALCASERESULTS_HPP void add(const EvalCaseResult &newCase)
std::vector< EvalCaseResult > EvalCaseResultVector
const EvalCaseResult & at(UINT8 n) const
bool operator!=(const EvalCaseResults &other)
std::string toString() const
EvalCaseResultVector m_evalCases
const EvalCaseResult & operator[](UINT32 n) const
bool operator==(const EvalCaseResults &other)
const UINT32 getUsedMemory() const