msl 1.3.0
Loading...
Searching...
No Matches
Iterator.h File Reference

Go to the source code of this file.

Classes

class  msl::graph::IteratorTemplate< T >
 Node encapsulating an msl::Iterator. More...
 

Namespaces

namespace  msl
 Top-level namespace of the msl library.
 
namespace  msl::graph
 Graph-related objects and functions.
 

Typedefs

template<typename T >
using msl::graph::ConstIterator = IteratorTemplate< msl::ConstIterator< T > >
 Const iterator node.
 
template<typename T >
using msl::graph::Iterator = IteratorTemplate< msl::Iterator< T > >
 Non-const iterator node.