]> git.mxchange.org Git - simgear.git/commit
Some basic C++/Nasal binding helpers
authorThomas Geymayer <tomgey@gmail.com>
Fri, 9 Nov 2012 18:28:27 +0000 (19:28 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Fri, 9 Nov 2012 18:28:27 +0000 (19:28 +0100)
commit54778ee1e1c91e1307cd172b32abfe211418d4df
tree8173deb13eb9d68681e4744eeef1d9cb966a8ad6
parent4efcda534d8cbdeb70e3a25d5cea8fe70ba75948
Some basic C++/Nasal binding helpers

 - Add nasal::to_nasal for converting different C++ types
   to the according Nasal types.
 - Add nasal::Hash, an OOP wrapper around Nasal hashes.
simgear/CMakeLists.txt
simgear/nasal/cppbind/CMakeLists.txt [new file with mode: 0644]
simgear/nasal/cppbind/NasalHash.cxx [new file with mode: 0644]
simgear/nasal/cppbind/NasalHash.hxx [new file with mode: 0644]
simgear/nasal/cppbind/cppbind_test.cxx [new file with mode: 0644]
simgear/nasal/cppbind/to_nasal.cxx [new file with mode: 0644]
simgear/nasal/cppbind/to_nasal.hxx [new file with mode: 0644]