#include <iostream>#include <fstream>#include <string>#include <vector>#include <algorithm>#include <map>#include <memory>#include <lemon/error.h>#include <lemon/bits/invalid.h>#include <lemon/graph_utils.h>#include <lemon/bits/item_writer.h>#include <lemon/bits/utility.h>#include <lemon/maps.h>#include <lemon/dim2.h>#include <lemon/concept_check.h>#include <lemon/concepts/maps.h>Classes | |
| class | LemonWriter |
| Lemon Format writer class. More... | |
| class | SectionWriter |
| Abstract base class for writing a section. More... | |
| class | NodeSetWriter< _Graph, _Traits > |
| SectionWriter for writing a graph's nodeset. More... | |
| class | BpNodeSetWriter< _Graph, _Traits > |
| SectionWriter for writing a bipartite graph's nodeset. More... | |
| class | EdgeSetWriter< _Graph, _Traits > |
| SectionWriter for writing a graph's edgesets. More... | |
| class | UEdgeSetWriter< _Graph, _Traits > |
| SectionWriter for writing a undirected edgeset. More... | |
| class | NodeWriter< _Graph > |
| SectionWriter for writing named nodes. More... | |
| class | EdgeWriter< _Graph > |
| SectionWriter for writing named edges. More... | |
| class | UEdgeWriter< _Graph > |
| SectionWriter for writing named undirected edges. More... | |
| class | NodeMapWriter< _Graph, _Traits > |
| SectionWriter for writing extra node maps. More... | |
| class | EdgeMapWriter< _Graph, _Traits > |
| SectionWriter for writing extra edge maps. More... | |
| class | UEdgeMapWriter< _Graph, _Traits > |
| SectionWriter for writing extra undirected edge maps. More... | |
| class | AttributeWriter< _Traits > |
| SectionWriter for attributes. More... | |
Namespaces | |
| namespace | lemon |
| The namespace of LEMON. | |
1.5.9