souffle
2.0.2-371-g6315b36
|
#include "souffle/utility/FileUtil.h"
#include <functional>
#include <map>
#include <ostream>
#include <set>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | souffle::Graph< Vertex, Compare > |
A simple graph structure for graph-based operations. More... | |
Namespaces | |
souffle | |
Functions | |
std::string | souffle::convertDotToSVG (const std::string &dotSpec) |
void | souffle::printHTMLGraph (std::ostream &out, const std::string &dotSpec, const std::string &id) |
std::string | souffle::toBase64 (const std::string &data) |