Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
TString Struct Reference

#include <lobject.h>

Data Fields

L_Umaxalign dummy
 
struct { 
 
      CommonHeader 
 
   lu_byte   reserved 
 
   unsigned int   hash 
 
   size_t   len 
 
tsv 
 
struct { 
 
      CommonHeader 
 
   lu_byte   extra 
 
   unsigned int   hash 
 
   size_t   len 
 
tsv 
 
lu_byte shrlen
 
union { 
 
   size_t   lnglen 
 
   struct TString *   hnext 
 
u 
 
union { 
 
   size_t   lnglen 
 
   struct TString *   hnext 
 
u 
 
char contents [1]
 

Detailed Description

Definition at line 199 of file lua-5.1.5/src/lobject.h.

Field Documentation

◆ CommonHeader

TString::CommonHeader

Definition at line 202 of file lua-5.1.5/src/lobject.h.

◆ contents

char TString::contents[1]

Definition at line 382 of file lua-5.4.3/src/lobject.h.

◆ dummy

L_Umaxalign TString::dummy

Definition at line 200 of file lua-5.1.5/src/lobject.h.

◆ extra

◆ hash

◆ hnext

struct TString* TString::hnext

◆ len

◆ lnglen

size_t TString::lnglen

◆ reserved

lu_byte TString::reserved

Definition at line 203 of file lua-5.1.5/src/lobject.h.

Referenced by llex(), luaX_init(), and newlstr().

◆ shrlen

lu_byte TString::shrlen

Definition at line 306 of file lua-5.3.6/src/lobject.h.

Referenced by freeobj(), internshrstr(), and internshrstr().

◆ [struct] [1/2]

◆ [struct] [2/2]

struct { ... } TString::tsv

◆ [union] [1/2]

◆ [union] [2/2]

union { ... } TString::u

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