#ifndef _Int2Int_h_ #define _Int2Int_h_ class Int2Int { public: virtual int operator() (int) = 0 ; // pure virtual } ; #endif