[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Simulate Polymorphism in Lua
- From: "RJP Computing" <rjpcomputing@...>
- Date: Fri, 18 Jan 2008 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