示例#1
0
InputTree::
InputTree(istream& is) : parent_(NULL)
{
  readParse(is);
}
InputTree::
InputTree(istream& is)
{
  readParse(is);
}