/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ //#include //using namespace std; #include class A { public: A &operator() (); A &operator() (double a); A &operator() (double a, double b); }; A &A::operator() () { //cerr<< " no arg " <