Пример #1
0
InputTree::
InputTree(istream& is) : parent_(NULL)
{
  readParse(is);
}
Пример #2
0
InputTree::
InputTree(istream& is)
{
  readParse(is);
}