Exemplo n.º 1
0
void GoChain::WriteID(std::ostream& stream) const
{
    stream << ' '<< SgBW(Color()) << " GoChain "
           << SgWritePoint(Anchor());
}
Exemplo n.º 2
0
void GoBlock::WriteID(std::ostream& stream) const
{
    stream << ' ' << SgBW(Color())
           << " Block " << SgWritePoint(Anchor());
}