Regina 7.3 Calculation Engine
|
Lightweight objects that offer access to lists. More...
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. | |
Lightweight objects that offer access to lists.