20,741
edits
m (→Nasal) |
|||
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) |