|
XNetwork 1.7.5; VERSION ${PROJECT_VERSION}
|
Read-only view classes for graph data structures. More...
#include <iterator>

Go to the source code of this file.
Classes | |
| class | AtlasView< Atlas > |
| Read-only mapping of mappings (view into a dict-of-dict data structure) More... | |
| class | AdjacencyView< Atlas > |
| Read-only map of maps of maps (view into a dict-of-dict-of-dict structure) More... | |
Read-only view classes for graph data structures.
Provides AtlasView and AdjacencyView - read-only wrappers around nested dict-like containers used internally by XNetwork graph classes.