libdict
Data Structure C Library
Loading...
Searching...
No Matches
dict Struct Reference

#include <dict.h>

Collaboration diagram for dict:

Data Fields

void * _object
 
const dict_vtable_vtable
 

Detailed Description

Definition at line 151 of file dict.h.

Field Documentation

◆ _object

void* _object

Definition at line 152 of file dict.h.

◆ _vtable

const dict_vtable* _vtable

Definition at line 153 of file dict.h.


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