packing a table (array vs hash)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: packing a table (array vs hash)
 
- From: Gaspard Bucher <gaspard@...>
 
- Date: 2010年12月31日 15:21:43 +0100
 
Hi there !
I am writing some bindings to serialize Lua tables with msgpack directly into zeroMQ's buffer. Things are looking fine except that I have some trouble with tables:
What is the "official" way to determine if a table has a hash (in C) ?
Gaspard