• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kjs
 

kjs

  • KJS
  • HashEntry
Public Attributes | List of all members
KJS::HashEntry Struct Reference

#include <lookup.h>

Public Attributes

unsigned short soffset
 
short int value
 
unsigned char attr
 
unsigned char params
 
short next
 

Detailed Description

An entry in a hash table.

Definition at line 36 of file lookup.h.

Member Data Documentation

◆ attr

unsigned char KJS::HashEntry::attr

attr is a set for flags (e.g.

the property flags, see object.h)

Definition at line 48 of file lookup.h.

◆ next

short KJS::HashEntry::next

next is the index to the next entry for the same hash value

Definition at line 57 of file lookup.h.

◆ params

unsigned char KJS::HashEntry::params

params is another number.

For property hashtables, it is used to denote the number of argument of the function

Definition at line 53 of file lookup.h.

◆ soffset

unsigned short KJS::HashEntry::soffset

s is the offset to the string key (e.g.

a property name)

Definition at line 40 of file lookup.h.

◆ value

short int KJS::HashEntry::value

value is the result value (usually an enum value)

Definition at line 44 of file lookup.h.


The documentation for this struct was generated from the following file:
  • lookup.h

kjs

Skip menu "kjs"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

kjs

Skip menu "kjs"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for kjs by doxygen 1.9.4
This website is maintained by Timothy Pearson.