XNetwork 1.7.5; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
Classes
coreviews.hpp File Reference

Read-only view classes for graph data structures. More...

#include <iterator>
Include dependency graph for coreviews.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.