8 #include "AtomStorage.h" 31 atoms_.allocate(capacity);
32 atomPtrs_.allocate(capacity);
42 UTIL_THROW(
"Error: an new atom is still active");
44 int size = atoms_.size() + 1;
46 newPtr_ = &atoms_[size - 1];
59 atomPtrs_[id] = newPtr_;
#define UTIL_THROW(msg)
Macro for throwing an Exception, reporting function, file and line number.