Utilities for printing stuff to output streams. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
#include <ogdf/cluster/sync_plan/utils/Bijection.h>
#include <functional>
#include <ostream>
#include <string>
#include <utility>
Go to the source code of this file.
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::sync_plan | |
ogdf::sync_plan::internal | |
all operators will only be found when using sync_plan::internal , so no namespace pollution | |
Macros | |
#define | OGDF_CONTAINER_PRINTER(NAME) |
Functions | |
ogdf::sync_plan::internal::OGDF_CONTAINER_PRINTER (printBijection) | |
ogdf::sync_plan::internal::OGDF_CONTAINER_PRINTER (printContainer) | |
ogdf::sync_plan::internal::OGDF_CONTAINER_PRINTER (printEdges) | |
ogdf::sync_plan::internal::OGDF_CONTAINER_PRINTER (printFrozenBijection) | |
ogdf::sync_plan::internal::OGDF_CONTAINER_PRINTER (printIncidentEdges) | |
std::ostream & | ogdf::sync_plan::internal::operator<< (std::ostream &os, const ogdf::ClusterGraph &CG) |
std::ostream & | ogdf::sync_plan::internal::operator<< (std::ostream &os, const ogdf::Graph &G) |
template<typename Container > | |
std::ostream & | ogdf::sync_plan::internal::operator<< (std::ostream &os, const printBijection< Container > &inst) |
template<typename Container > | |
std::ostream & | ogdf::sync_plan::internal::operator<< (std::ostream &os, const printContainer< Container > &inst) |
template<typename Container > | |
std::ostream & | ogdf::sync_plan::internal::operator<< (std::ostream &os, const printEdges< Container > &inst) |
template<> | |
std::ostream & | ogdf::sync_plan::internal::operator<< (std::ostream &os, const printEdges< PipeBij > &inst) |
template<typename Container > | |
std::ostream & | ogdf::sync_plan::internal::operator<< (std::ostream &os, const printFrozenBijection< Container > &inst) |
template<typename Container > | |
std::ostream & | ogdf::sync_plan::internal::operator<< (std::ostream &os, const printIncidentEdges< Container > &inst) |
template<> | |
std::ostream & | ogdf::sync_plan::internal::operator<< (std::ostream &os, const printIncidentEdges< PipeBij > &inst) |
std::ostream & | ogdf::sync_plan::internal::operator<< (std::ostream &os, const std::function< std::ostream &(std::ostream &)> &func) |
template<typename T1 , typename T2 > | |
std::ostream & | ogdf::sync_plan::internal::operator<< (std::ostream &os, const std::pair< T1, T2 > &pair) |
std::string | ogdf::sync_plan::internal::to_string (const std::function< std::ostream &(std::ostream &)> &func) |
Utilities for printing stuff to output streams.
Definition in file Logging.h.
#define OGDF_CONTAINER_PRINTER | ( | NAME | ) |