#include "Rivet/Cmp.fhh"
Go to the source code of this file.
Namespaces | |
namespace | Rivet |
namespace | std |
Classes | |
struct | less< const Rivet::Projection * > |
This is the function called when comparing two (const) pointers to Rivet::Projection. More... | |
Typedefs | |
typedef Projection * | ProjectionPtr |
typedef const Projection * | ConstProjectionPtr |
Functions | |
template<typename PROJ> | |
const PROJ & | pcast (const Projection &p) |
Convenience method for casting to a const Projection reference. | |
template<typename PROJ> | |
const PROJ * | pcast (const Projection *p) |
Convenience method for casting to a const Projection pointer. |