Exemplo n.º 1
0
void ConcreteElementA::Accept(Visitor &v)
{
    v.VisitConcreteElementA(*this);
}