- Member Diluculum::LuaUserData::operator< (const LuaUserData &rhs) const
- This is currently implemented using
memcmp(). I think that this is not part of the C++ standard yet (just of C99).
- Member Diluculum::LuaUserData::operator== (const LuaUserData &rhs) const
- In Lua, a userdata is considered equal only to itself. Things are different here. Does this have a reason to not be like in Lua?
- Member Diluculum::LuaUserData::operator> (const LuaUserData &rhs) const
- This is currently implemented using
memcmp(). I think that this is not part of the C++ standard yet (just of C99).
Generated on Tue Feb 6 09:30:26 2007 for Diluculum by
1.4.6