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
agent_factory.cc
Go to the documentation of this file.
1
/*
2
*
3
*/
4
5
#include "
cmn/agent_factory.h
"
6
7
#include "
cmn/agent_signal.h
"
8
template
<>
AgentSignalRec::FunctionType
9
AgentSignalRec::create_func_
=
nullptr
;
10
template
<>
AgentSignalRec::DefaultLinkType
11
AgentSignalRec::default_link_
{};
12
13
#include "
oper/ifmap_dependency_manager.h
"
14
template
<>
IFMapDependencyManagerRec::FunctionType
15
IFMapDependencyManagerRec::create_func_
=
nullptr
;
16
template
<>
IFMapDependencyManagerRec::DefaultLinkType
17
IFMapDependencyManagerRec::default_link_
{};
18
19
#include "
oper/instance_manager.h
"
20
template
<>
InstanceManagerRec::FunctionType
21
InstanceManagerRec::create_func_
=
nullptr
;
22
template
<>
InstanceManagerRec::DefaultLinkType
23
InstanceManagerRec::default_link_
{};
24
25
#include "
nexthop_server/nexthop_manager.h
"
26
template
<>
NexthopManagerRec::FunctionType
27
NexthopManagerRec::create_func_
=
nullptr
;
28
template
<>
NexthopManagerRec::DefaultLinkType
29
NexthopManagerRec::default_link_
{};
30
31
#include "
vnsw/agent/uve/agent_uve_base.h
"
32
template
<>
AgentUveBaseRec::FunctionType
33
AgentUveBaseRec::create_func_
=
nullptr
;
34
35
#include "
vrouter/ksync/ksync_init.h
"
36
template
<>
KSyncRec::FunctionType
37
KSyncRec::create_func_
=
nullptr
;
38
39
#include "
vrouter/flow_stats/flow_stats_collector.h
"
40
template
<>
FlowStatsCollectorRec::FunctionType
41
FlowStatsCollectorRec::create_func_
=
nullptr
;
42
43
#include "
vrouter/flow_stats/session_stats_collector.h
"
44
template
<>
SessionStatsCollectorRec::FunctionType
45
SessionStatsCollectorRec::create_func_
=
nullptr
;
46
47
//
48
//END-OF-FILE
49
//
nexthop_manager.h
StaticObjectFactory::FactoryRecord::FunctionType
typename FactoryTypes< Base, Args...>::FunctionType FunctionType
Definition:
factory.h:60
StaticObjectFactory::FactoryRecord::default_link_
static DefaultLinkType default_link_
Definition:
factory.h:64
StaticObjectFactory::FactoryRecord::create_func_
static FunctionType create_func_
Definition:
factory.h:63
instance_manager.h
agent_factory.h
session_stats_collector.h
StaticObjectFactory::DefaultLink
Definition:
factory.h:54
agent_signal.h
ifmap_dependency_manager.h
ksync_init.h
agent_uve_base.h
flow_stats_collector.h
contrail
controller
src
vnsw
agent
cmn
agent_factory.cc
Generated by
1.8.5