Exemplo n.º 1
0
InputTree::
InputTree(istream& is) : parent_(NULL)
{
  readParse(is);
}
Exemplo n.º 2
0
InputTree::
InputTree(istream& is)
{
  readParse(is);
}