OpenSDN source code
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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::AddTerm
bool AddTerm()
PolicyGraphBuilder::AddDefaultAction
bool AddDefaultAction()
PolicyGraphBuilder::graph
boost::scoped_ptr< PolicyGraph > graph
Definition:
routing-policy/policy.h:20
PolicyGraphBuilder
Definition:
routing-policy/policy.h:12
policy_graph.h
PolicyGraphBuilder::FlushGraph
bool FlushGraph()
contrail
controller
src
routing-policy
policy.h
Generated by
1.8.5