I have created a class A as following in "A.h" and it has a public function func(int)
class A { public: A(); int func(int val); ... }