Simulate Polymorphism in Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Simulate Polymorphism in Lua
- From: "RJP Computing" <rjpcomputing@...>
- Date: 2008年1月18日 13:14:15 -0500
I would like to bind two functions that are using polymorphisms in C++, to Lua, is this possible?
example:
Create( std::string path, std::string section )
and
Create( std::string hardware, std::string device, std::map<std::string, std::string> hardwareInitSettings )--
Regards,
Ryan