Howto:Extend Nasal: Difference between revisions

Jump to navigation Jump to search
m
Line 403: Line 403:


Such an abstract base class should feature:
Such an abstract base class should feature:
* virtual constructor to set up: dtor, ghost name, ghost getter
* virtual constructor to set up: ghost dtor, ghost name, ghost getter
* virtual destructor function to delete Nasal ghosts
* virtual destructor function to delete Nasal ghosts
* mapping helper to map C++ functions with SG/STL return types to Nasal data structures (std::string, std::vector, std::map)  
* mapping helper to map C++ functions with SG/STL return types to Nasal data structures (std::string, std::vector, std::map)  

Navigation menu