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";
134 for (Integer i = 0; i < nb; ++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...
Lecteur des fichiers de maillage via la bibliothèque LIMA.
-*- 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.