#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <algorithm>
#include <map>
#include <memory>
#include <lemon/error.h>
#include <lemon/invalid.h>
#include <lemon/graph_utils.h>
#include <lemon/bits/item_writer.h>
#include <lemon/utility.h>
#include <lemon/maps.h>
#include <lemon/xy.h>
#include <lemon/concept_check.h>
#include <lemon/concept/maps.h>
Go to the source code of this file.
Namespaces | |
namespace | lemon |
namespace | lemon::_writer_bits |
Classes | |
class | LemonWriter |
Lemon Format writer class. More... | |
class | LemonWriter::SectionWriter |
Abstract base class for writing a section. More... | |
class | NodeSetWriter |
SectionWriter for writing a graph's nodeset. More... | |
class | EdgeSetWriter |
SectionWriter for writing a graph's edgesets. More... | |
class | UEdgeSetWriter |
SectionWriter for writing a undirected edgeset. More... | |
class | NodeWriter |
SectionWriter for writing named nodes. More... | |
class | EdgeWriter |
SectionWriter for writing named edges. More... | |
class | UEdgeWriter |
SectionWriter for writing named undirected edges. More... | |
class | AttributeWriter |
SectionWriter for attributes. More... |