#include <Dif.hh>
Public Member Functions | |
Dif (const i32 aId) | |
const i32 | getId () const |
const BoardMap_t & | getBoards () const |
void | addBoard (Board *aBoard) |
const Board & | getBoardById (const i32 boardId) |
Protected Member Functions | |
std::ostream & | operator<< (std::ostream &out) const |
Private Attributes | |
const i32 | id |
BoardMap_t | boards |
Friends | |
std::ostream & | operator<< (std::ostream &out, const Dif *x) |
std::ostream & | operator<< (std::ostream &out, const Dif &x) |
Definition at line 20 of file Dif.hh.
Dif::Dif | ( | const i32 | aId | ) |
std::ostream& Dif::operator<< | ( | std::ostream & | out | ) | const [protected] |
const i32 Dif::getId | ( | void | ) | const [inline] |
const BoardMap_t& Dif::getBoards | ( | ) | const [inline] |
void Dif::addBoard | ( | Board * | aBoard | ) |
const Board& Dif::getBoardById | ( | const i32 | boardId | ) |
std::ostream& operator<< | ( | std::ostream & | out, | |
const Dif * | x | |||
) | [friend] |
std::ostream& operator<< | ( | std::ostream & | out, | |
const Dif & | x | |||
) | [friend] |
BoardMap_t Dif::boards [private] |