potion  0.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
table.h File Reference

the central table type, based on core/khash.h More...

#include "potion.h"
#include "internal.h"
#include "khash.h"
+ Include dependency graph for table.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  PNVtable
 the central vtable, see io http://www.piumarta.com/pepsi/objmodel.pdf More...
 
class  PNTable
 the table class, based on khash More...
 

Macros

#define MAX_INS_SORT   10
 

Typedefs

typedef PN(* PN_MCACHE_FUNC )(unsigned int hash)
 
typedef PN(* PN_IVAR_FUNC )(PNUniq hash)
 

Detailed Description

the central table type, based on core/khash.h

Definition in file table.h.

Macro Definition Documentation

#define MAX_INS_SORT   10

Definition at line 14 of file table.h.

Typedef Documentation

typedef PN(* PN_MCACHE_FUNC)(unsigned int hash)

Definition at line 17 of file table.h.

typedef PN(* PN_IVAR_FUNC)(PNUniq hash)

Definition at line 19 of file table.h.