PointerBurstTriePool< NODE, BUCKET > Class Template Reference

#include <bursttriemap.h>

Public Types

using Index = void *
 

Static Public Member Functions

static void * AllocNode (Index &index)
 
static void * AllocBucket (Index &index)
 
static void FreeNode (Index i)
 
static void FreeBucket (Index i)
 
static Bool IsNode (Index i)
 
static NODE * GetNode (Index i)
 
static BUCKET * GetBucket (Index i)
 

Member Typedef Documentation

◆ Index

using Index = void*

Member Function Documentation

◆ AllocNode()

static void* AllocNode ( Index index)
static

◆ AllocBucket()

static void* AllocBucket ( Index index)
static

◆ FreeNode()

static void FreeNode ( Index  i)
static

◆ FreeBucket()

static void FreeBucket ( Index  i)
static

◆ IsNode()

static Bool IsNode ( Index  i)
static

◆ GetNode()

static NODE* GetNode ( Index  i)
static

◆ GetBucket()

static BUCKET* GetBucket ( Index  i)
static