39 #ifdef CHECK_MEMORY_LEAKS
41 #endif // CHECK_MEMORY_LEAKS
55 const std::vector<std::string> edgeNames = ec.
getAllNames();
57 for (std::vector<std::string>::const_iterator i = edgeNames.begin(); i != edgeNames.end(); i++) {
69 JoinedEdgesMap::iterator i =
myMap.find(what);
70 assert(i !=
myMap.end());
77 NBJoinedEdgesMap::JoinedEdgesMap::const_iterator i;
78 for (i = jemap.
myMap.begin(); i != jemap.
myMap.end(); ++i) {
79 os << (*i).first <<
"\t";
81 for (NBJoinedEdgesMap::MappedEdgesVector::const_iterator j = e.begin(); j != e.end(); ++j) {
82 os << (*j) <<
":" << jemap.
myLengths.find(*j)->second <<
"\t";