getmetatable(cdata) return string 'ffi', why not a table
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: getmetatable(cdata) return string 'ffi', why not a table
- From: zhiguo zhao <zhaozg@...>
- Date: 2011年6月11日 14:26:51 +0800
cdata create with ffi.new.
getmetatable(cdata) return string 'ffi', why not a table
when use ffi, we need to handle getmetatable not return table.