DependencyGraph class to establish build order of marketObjects and its dependency. More...
#include <ored/configuration/conventions.hpp>
#include <ored/configuration/curveconfigurations.hpp>
#include <ored/marketdata/todaysmarketparameters.hpp>
#include <ored/configuration/iborfallbackconfig.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/directed_graph.hpp>
#include <boost/graph/graph_traits.hpp>
#include <ql/shared_ptr.hpp>
#include <boost/graph/depth_first_search.hpp>
#include <boost/graph/tiernan_all_cycles.hpp>
#include <map>
Go to the source code of this file.
Classes | |
class | DependencyGraph |
struct | DependencyGraph::Node |
Namespaces | |
namespace | ore |
Serializable Credit Default Swap. | |
namespace | ore::data |
DependencyGraph class to establish build order of marketObjects and its dependency.
Definition in file dependencygraph.hpp.
OutputStream& os_ |
Definition at line 56 of file dependencygraph.hpp.
std::vector<Vertex>& order_ |
Definition at line 72 of file dependencygraph.hpp.
bool& foundCycle_ |
Definition at line 73 of file dependencygraph.hpp.