8 #include <boost/functional/hash/hash.hpp>
21 void FacBomAbstract::clean() {
22 for (BomPool_T::iterator itBom =
_pool.begin();
23 itBom !=
_pool.end(); itBom++) {
25 assert (currentBom_ptr != NULL);
27 delete (currentBom_ptr); currentBom_ptr = NULL;
36 const void* lPtr = iBomAbstract_ptr;
37 boost::hash<const void*> ptr_hash;
38 const std::size_t lID = ptr_hash (lPtr);
44 return getID (&iBomAbstract);
49 const std::size_t lID =
getID (iBomAbstract_ptr);
50 std::ostringstream oStr;