Regina 7.3 Calculation Engine
Classes | Namespaces | Functions
markedvector.h File Reference

Provides space-efficient arrays with fast object-to-index lookup. More...

#include <vector>
#include "regina-core.h"

Classes

class  regina::MarkedElement
 A base class for elements of MarkedVector. More...
 
class  regina::MarkedVector< T >
 A vector of objects with fast, space-efficient reverse lookup of array indices. More...
 

Namespaces

namespace  regina
 Contains the entire Regina calculation engine.
 

Functions

template<typename T >
void regina::swap (MarkedVector< T > &a, MarkedVector< T > &b) noexcept
 Swaps the contents of the given vectors. More...
 

Detailed Description

Provides space-efficient arrays with fast object-to-index lookup.


Copyright © 1999-2023, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).