Regina 7.3 Calculation Engine
Classes | Namespaces
listview.h File Reference

Lightweight objects that offer access to lists. More...

#include <cstddef>
#include <type_traits>
#include "regina-core.h"

Classes

class  regina::ListView< Container >
 A lightweight object that can be used for iteration and random access to all elements of a given list. More...
 
class  regina::ListView< Element * >
 A specialisation of ListView for working with lists stored in a C-style array whose size is not known at compile-time. More...
 
class  regina::ListView< Element[n]>
 A specialisation of ListView for working with lists stored in a C-style array whose size is fixed at compile-time. More...
 

Namespaces

namespace  regina
 Contains the entire Regina calculation engine.
 

Detailed Description

Lightweight objects that offer access to lists.


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).