]> git.mxchange.org Git - simgear.git/commit
cppbind: convert Nasal functions to C++ boost::function.
authorThomas Geymayer <tomgey@gmail.com>
Tue, 15 Oct 2013 15:37:57 +0000 (17:37 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Tue, 15 Oct 2013 15:46:31 +0000 (17:46 +0200)
commit5258699f205ba3fcc2ebf4cf60ed256327bf2be5
tree5f5f86345c1b98350ea397ddead4f2be53856d0f
parent483bebb00309fd5dd865cfef3446a6dc65683f2b
cppbind: convert Nasal functions to C++ boost::function.
simgear/nasal/cppbind/CMakeLists.txt
simgear/nasal/cppbind/NasalHash.hxx
simgear/nasal/cppbind/NasalObjectHolder.cxx [new file with mode: 0644]
simgear/nasal/cppbind/NasalObjectHolder.hxx [new file with mode: 0644]
simgear/nasal/cppbind/cppbind_test.cxx
simgear/nasal/cppbind/detail/from_nasal_function_templates.hxx [new file with mode: 0644]
simgear/nasal/cppbind/detail/from_nasal_helper.hxx