PointerBurstTriePool< NODE, BUCKET > Class Template Reference Data Structures

#include <bursttriemap.h>

Public Types

using  索引 = void *

静态公共成员函数

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

Member Typedef Documentation

◆  索引

using 索引 = void*

成员函数文档编制

◆  AllocNode()

static void* AllocNode ( 索引 index )
static

◆  AllocBucket()

static void* AllocBucket ( 索引 index )
static

◆  FreeNode()

static void FreeNode ( 索引   i )
static

◆  FreeBucket()

static void FreeBucket ( 索引   i )
static

◆  IsNode()

static Bool IsNode ( 索引   i )
static

◆  GetNode()

static NODE* GetNode ( 索引   i )
static

◆  GetBucket()

static BUCKET* GetBucket ( 索引   i )
static