|
msl 1.3.0
|
Go to the source code of this file.
Classes | |
| class | msl::graph::AbstractNode |
| Base class for all graph nodes. More... | |
Namespaces | |
| namespace | msl |
| Top-level namespace of the msl library. | |
| namespace | msl::graph |
| Graph-related objects and functions. | |
Functions | |
| template<typename T, typename U> | |
| std::shared_ptr< T > | msl::graph::NodeCast (std::shared_ptr< U > const &p) |
| Up- or down-cast node pointers. | |