C++ Shared Library - Expose Methods - JAVA -


i have c++ shared library many headers , methods. have 1 .cpp file controls whole library. mean calls 1 method, inside method called , inside other methods called etc etc. question is: if want use lib java example should expose , wrap top level method (the first called) or should expose , wrap each method called method?


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -