|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Wraps a GHashTable for use as a Lua private data table, tracking ownership and expiry. More...
#include <wslua.h>
Public Attributes | |
| GHashTable * | table |
| bool | is_allocated |
| bool | expired |
Wraps a GHashTable for use as a Lua private data table, tracking ownership and expiry.
| bool _wslua_private_table::expired |
True if the table is no longer valid.
| bool _wslua_private_table::is_allocated |
True if this wrapper allocated the hash table and is responsible for freeing it.
| GHashTable* _wslua_private_table::table |
The underlying hash table storing key-value pairs for the private data.