#include <iostream>#include <boost/thread/mutex.hpp>

Go to the source code of this file.
| Classes | |
| struct | descartes_core::detail::IdGenerator< uint64_t > | 
| This specialization of the id generator uses a 64 bit unsigned integer for the unique 'state'. Zero is reserved as a special value.  More... | |
| class | descartes_core::TrajectoryID_< T > | 
| TrajectoryID_ represents a unique id to be associated with a TrajectoryPt.  More... | |
| Namespaces | |
| namespace | descartes_core | 
| namespace | descartes_core::detail | 
| Typedefs | |
| typedef TrajectoryID_< uint64_t > | descartes_core::TrajectoryID | 
| Functions | |
| template<typename T > | |
| bool | descartes_core::operator!= (TrajectoryID_< T > lhs, TrajectoryID_< T > rhs) | 
| template<typename T > | |
| bool | descartes_core::operator< (TrajectoryID_< T > lhs, TrajectoryID_< T > rhs) | 
| template<typename T > | |
| std::ostream & | descartes_core::operator<< (std::ostream &os, TrajectoryID_< T > id) | 
| template<typename T > | |
| bool | descartes_core::operator== (TrajectoryID_< T > lhs, TrajectoryID_< T > rhs) |