#include <CGAL/Kinetic/basic.h>
#include <iostream>
#include <CGAL/Kinetic/internal/debug_counters.h>
#include <CGAL/In_place_list.h>
#include <functional>
#include <CGAL/assertions.h>
#include <CGAL/Kinetic/Ref_counted.h>
#include <CGAL/Kinetic/internal/infinity_or_max.h>
#include <algorithm>
#include <boost/utility.hpp>
#include <boost/type_traits/remove_const.hpp>
Go to the source code of this file.
Classes |
struct | Two_list_pointer_event_queue_key< Item > |
class | Two_list_event_queue_item< Priority > |
class | Two_list_event_queue_item_rep< Priority, Event > |
class | Two_list_pointer_event_queue< FK, INF, TARGET > |
| The priority queue for holding many different types of events. More...
|
Functions |
template<class I > |
std::ostream & | operator<< (std::ostream &out, Two_list_pointer_event_queue_key< I > k) |
template<class Priority > |
std::ostream & | operator<< (std::ostream &out, const Two_list_event_queue_item< Priority > &i) |
template<class D , unsigned int T, bool INF> |
std::ostream & | operator<< (std::ostream &out, const Two_list_pointer_event_queue< D, INF, T > &q) |
Function Documentation
template<class Priority >
template<class D , unsigned int T, bool INF>