Contains the class declarations for the public class OrderTree, and private classes OrderTree::DFSVotingVisitor and OrderTree::OrderVertexWriter. More...
#include "ordertree.h"#include <boost/interprocess/managed_shared_memory.hpp>#include <boost/interprocess/containers/string.hpp>#include <log4cpp/Category.hh>#include <algorithm>#include <string>
Go to the source code of this file.
Classes | |
| class | OrderTree::DFSVotingVisitor |
| Depth First Search visitor of tree where vertex visitations populate child_majority_marching_orders. More... | |
| class | OrderTree::OrderVertexWriter |
| A type of property writer that writes out vertices. We use this class to write out our graph in graphviz/dot format with a few customizations. More... | |
Contains the class declarations for the public class OrderTree, and private classes OrderTree::DFSVotingVisitor and OrderTree::OrderVertexWriter.
Definition in file ordertree.cpp.
1.6.3