OpenSDN source code
routing-policy/policy.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3
*/
4
5
#ifndef ctrlplane_policy_h
6
#define ctrlplane_policy_h
7
8
#include <boost/scoped_ptr.hpp>
9
10
#include "
routing-policy/policy_graph.h
"
11
12
class
PolicyGraphBuilder
{
13
bool
AddTerm
();
14
15
bool
AddDefaultAction
();
16
17
bool
FlushGraph
();
18
19
private
:
20
boost::scoped_ptr<PolicyGraph>
graph
;
21
};
22
#endif
//ctrlplane_policy_h
PolicyGraphBuilder
Definition:
routing-policy/policy.h:12
PolicyGraphBuilder::graph
boost::scoped_ptr< PolicyGraph > graph
Definition:
routing-policy/policy.h:20
PolicyGraphBuilder::FlushGraph
bool FlushGraph()
PolicyGraphBuilder::AddTerm
bool AddTerm()
PolicyGraphBuilder::AddDefaultAction
bool AddDefaultAction()
policy_graph.h
contrail
controller
src
routing-policy
policy.h
Generated by
1.9.1