msl 1.3.0
Loading...
Searching...
No Matches
SliceIterator.h
Go to the documentation of this file.
1// Copyright 2026 Julien Lamy, ICube, Université de Strasbourg-CNRS.
2// Part of msl, distributed under the terms of the MIT license.
3
4#ifndef _f1fc951f_b3bd_422b_82e6_da994c59fc3c
5#define _f1fc951f_b3bd_422b_82e6_da994c59fc3c
6
8#include "msl/SliceIterator.h"
9
10namespace msl
11{
12
13namespace graph
14{
15
18
21
22}
23}
24
25#endif // _f1fc951f_b3bd_422b_82e6_da994c59fc3c
Graph-related objects and functions.
Definition AbstractNode.h:24
Iterator<::msl::SliceIterator::Container > SliceIterator
Iterator to a vector of slice specifications.
Definition SliceIterator.h:17
IteratorTemplate< msl::ConstIterator< T > > ConstIterator
Const iterator node.
Definition Iterator.h:154
ConstIterator<::msl::SliceConstIterator::Container > SliceConstIterator
Non-mutable iterator to a vector of slice specifications.
Definition SliceIterator.h:20
IteratorTemplate< msl::Iterator< T > > Iterator
Non-const iterator node.
Definition Iterator.h:158
Top-level namespace of the msl library.
Definition acceleration.h:17