示例#1
0
void ConcreateElementA::Accept(Visitor &rVisitor)
{
	rVisitor.VisitConcreateElementA(this);
}