g4tools  5.4.0
Public Attributes | List of all members
Dict Struct Reference
Collaboration diagram for Dict:
Collaboration graph
[legend]

Public Attributes

DictNode head
 
void * frame
 
int(* leq )(void *frame, DictKey key1, DictKey key2)
 

Detailed Description

Definition at line 45 of file dict.

Member Data Documentation

◆ frame

void* Dict::frame

Definition at line 47 of file dict.

◆ head

DictNode Dict::head

Definition at line 46 of file dict.

◆ leq

int(* Dict::leq) (void *frame, DictKey key1, DictKey key2)

Definition at line 48 of file dict.


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