php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
TKey Union Reference

Data Fields

struct { 
 
   Value   value 
 
   int   tt 
 
   struct Node *   next 
 
nk 
 
TValue tvk
 

Detailed Description

Definition at line 345 of file minilua.c.

Field Documentation

◆ next

struct Node* TKey::next

Definition at line 348 of file minilua.c.

◆ [struct]

struct { ... } TKey::nk

◆ tt

int TKey::tt

Definition at line 347 of file minilua.c.

◆ tvk

TValue TKey::tvk

Definition at line 350 of file minilua.c.

◆ value

Value TKey::value

Definition at line 347 of file minilua.c.


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