Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_wslua_private_table Struct Reference

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
 

Detailed Description

Wraps a GHashTable for use as a Lua private data table, tracking ownership and expiry.

Member Data Documentation

◆ expired

bool _wslua_private_table::expired

True if the table is no longer valid.

◆ is_allocated

bool _wslua_private_table::is_allocated

True if this wrapper allocated the hash table and is responsible for freeing it.

◆ table

GHashTable* _wslua_private_table::table

The underlying hash table storing key-value pairs for the private data.


The documentation for this struct was generated from the following file: