14#include "arcane/utils/HashTable.h"
15#include "arcane/utils/HashTableMap.h"
16#include "arcane/utils/HashTableSet.h"
17#include "arcane/utils/Iostream.h"
18#include "arcane/utils/FatalErrorException.h"
32:
public std::exception
36 virtual const char* what()
const ARCANE_NOEXCEPT
38 return "HashTable::throwNotFound()";
48 cerr <<
"** FATAL: HashTable:_throwNotFound()\n";
61 static Integer PRIME_NUMBER[] = {
132 int nb =
sizeof(PRIME_NUMBER) /
sizeof(Integer);
134 for (Integer i = 0; i < nb; ++i)
135 if (PRIME_NUMBER[i] >= n) {
136 return PRIME_NUMBER[i];
#define ARCANE_FATAL(...)
Macro envoyant une exception FatalErrorException.
Integer nearestPrimeNumber(Integer n)
Retourne le nombre premier le plus proche de n par excès. Le nombre premier le plus proche et supérie...
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
void arcaneDebugPause(const char *msg)
Passe en mode pause ou lance une erreur fatale.