packed-cache-inl.h

#include "base/basictypes.h"
#include "base/logging.h"

packed-cache-inl.hのインクルード依存関係図

このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

構成

class  PackedCache< kKeybits, T >

マクロ定義

#define N_ONES_(IntType, N)


マクロ定義

#define N_ONES_ ( IntType,
 ) 

値:

( (N) == 0 ? 0 : ((static_cast<IntType>(1) << ((N)-1))-1 +    \
                    (static_cast<IntType>(1) << ((N)-1))) )

packed-cache-inl.h119 行で定義されています。

参照元 PackedCache< kKeybits, T >::Hash().


Thu Oct 8 05:01:12 2009に生成されました。  doxygen 1.5.6