[C++-sig] The declaration is unexposed

2010-05-27 Thread vishal bayskar
Hi All, I know below problem is very wired, but let me know what is going wrong. The declaration (class someClassB) is defended in file b.h in the same directory (same as a.h) but this declaration is not getting exposed. Please let me know why the declaration is not getting exposed though it i

Re: [C++-sig] The declaration is unexposed

2010-05-27 Thread Roman Yakovenko
On Thu, May 27, 2010 at 2:46 PM, vishal bayskar wrote: > > Hi All, > > I know below problem is very wired, but let me know what is going wrong. > > The declaration (class someClassB) is defended in file b.h in the same > directory (same as a.h) but this declaration is not getting exposed. Do you

Re: [C++-sig] The declaration is unexposed

2010-05-27 Thread vishal bayskar
>This is the reason why declaration "b" is unexposed. In this case, >declarations "b" was declared in a header file, which was not "asked" >to be exposed. Thanks again Roman for your prompt response. Actually my doubt was like pyplusplus exposes declaration from all included file that are in cur