Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Classes | Namespaces
dependencygraph.hpp File Reference

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
 

Detailed Description

DependencyGraph class to establish build order of marketObjects and its dependency.

Definition in file dependencygraph.hpp.

Variable Documentation

◆ os_

OutputStream& os_

Definition at line 56 of file dependencygraph.hpp.

◆ order_

std::vector<Vertex>& order_

Definition at line 72 of file dependencygraph.hpp.

◆ foundCycle_

bool& foundCycle_

Definition at line 73 of file dependencygraph.hpp.