Regina Calculation Engine
|
Support for temporary lightweight sequences. More...
Classes | |
class | regina::LightweightSequence< T > |
A lightweight class for storing a random-access sequence of objects. More... | |
struct | regina::LightweightSequence< T >::Less |
A binary function object that compares sequences lexicographically, for use in containers that hold pointers to sequences. More... | |
class | regina::LightweightSequence< T >::SubsequenceCompareFirstPtr< Iterator > |
A binary function object for comparing subsequences, for use in associative containers whose keys are pointers to sequences. More... | |
Namespaces | |
regina | |
Contains the entire Regina calculation engine. | |
Functions | |
template<typename T > | |
std::ostream & | regina::operator<< (std::ostream &out, const LightweightSequence< T > &s) |
Writes the given sequence to the given output stream. More... | |
Support for temporary lightweight sequences.