Fonctions membres publiques | |
BlockIndexListBuilder (ITraceMng *tm) | |
void | setVerbose (bool v) |
void | setBlockSizeAsPowerOfTwo (Int32 v) |
Positionne la taille de bloc sous la forme d'une puissance de 2. | |
void | build (BlockIndexList &block_index_list, SmallSpan< const Int32 > indexes, const String &name) |
Définition à la ligne 131 du fichier BlockIndexList.h.
Arcane::BlockIndexListBuilder::BlockIndexListBuilder | ( | ITraceMng * | tm | ) |
Définition à la ligne 274 du fichier BlockIndexList.cc.
void Arcane::BlockIndexListBuilder::build | ( | BlockIndexList & | block_index_list, |
SmallSpan< const Int32 > | indexes, | ||
const String & | name | ||
) |
Définition à la ligne 160 du fichier BlockIndexList.cc.
void Arcane::BlockIndexListBuilder::setBlockSizeAsPowerOfTwo | ( | Int32 | v | ) |
Positionne la taille de bloc sous la forme d'une puissance de 2.
La taille d'un bloc sera égal à 2 ^ v. Si v==0, la taille du bloc est de 1, si v==1, la taille est de 2, si v==2 la taille est de 4, si v==3 la taille est de 8 et ainsi de suite.
Définition à la ligne 283 du fichier BlockIndexList.cc.
Définition à la ligne 140 du fichier BlockIndexList.h.