Classes | |
class | regina::LessDeref< T, Comp > |
An adaptable binary function used to compare the objects to which pointers are pointing. More... | |
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Functions | |
template<typename T > | |
T * | regina::clonePtr (T *cloneMe) |
A simple routine for cloning an object if and only if it exists. | |
template<typename T > | |
T * | regina::clonePtr (const std::auto_ptr< T > &cloneMe) |
A simple routine for cloning an object if and only if it exists. |