19 typedef std::pair<size_t, size_t> Coordinates;
25 void addInPoint (
const Coordinates &) { }
31 void addDownPoint(
const Coordinates &) { }
37 void addUpPoint (
const Coordinates &) { }
46 bool stillGrowableAfterUpdate() {
return true;}
52 friend std::ostream & operator<<(std::ostream & out,
const Dummy &)
62 #endif // DLL_DUMMY_HPP