FirteX-高性能全文索引和检索平台

API Documentation


首页 | 名字空间列表 | 类继承关系 | 组合类型列表 | $(BL\录(B | 文件列表 | 名字空间成员 | 组合类型成员 | 文件成员

MemCache.h文件参考

#include "Config.h"
#include <cmath>
#include <vector>
#include "typedefs.h"

浏览该文件的源代码。

Namespaces

namespace  firtex
namespace  firtex::utility

组合类型

class  firtex::utility::CMemCache< T >

宏定义

#define MINPOW   5
#define MAXPOW   32
#define NLISTS   MAXPOW-MINPOW+1

类型定义

typedef CMemCache< firtex::loc_tCPosMemCache

变量

size_t POW_TABLE []


宏定义文档

#define MAXPOW   32
 

#define MINPOW   5
 

#define NLISTS   MAXPOW-MINPOW+1
 


类型定义文档

typedef CMemCache<firtex::loc_t> firtex::utility::CPosMemCache
 


变量文档

size_t firtex::utility::POW_TABLE[] [static]
 

初始化序列:

 
                {
                        1,2,4,8,16,32,64,128,256,512,
                        1024,2048,4096,8192,16384,32768,65536,131072,262144,524288,
                        1048576,2097152,4194304,8388608,16777216,33554432,67108864,134217728,268435456,536870912,
                        1073741824,2147483648,
                }


http://www.firtex.org http://www.sourceforge.net/projects/firtex