OpenSDN source code
|
#include <type_traits>
#include <boost/function.hpp>
#include <base/factory.h>
#include <cmn/agent_cmn.h>
Go to the source code of this file.
Classes | |
struct | AgentStaticObjectFactory |
Definition at line 50 of file agent_factory.h.
using AgentUveBaseRec = AgentStaticObjectFactory::FactoryRecord<AgentUveBase, Agent *, uint64_t, uint32_t, uint32_t> |
Definition at line 73 of file agent_factory.h.
using FlowStatsCollectorRec = AgentStaticObjectFactory::FactoryRecord<FlowStatsCollector, boost::asio::io_service &, int, uint32_t, AgentUveBase *, uint32_t, FlowAgingTableKey *, FlowStatsManager *, FlowStatsCollectorObject *> |
Definition at line 67 of file agent_factory.h.
using IFMapDependencyManagerRec = AgentStaticObjectFactory::FactoryRecord<IFMapDependencyManager, DB *, DBGraph *> |
Definition at line 53 of file agent_factory.h.
Definition at line 57 of file agent_factory.h.
Definition at line 63 of file agent_factory.h.
using NexthopManagerRec = AgentStaticObjectFactory::FactoryRecord<NexthopManager, EventManager *, std::string> |
Definition at line 60 of file agent_factory.h.
using SessionStatsCollectorRec = AgentStaticObjectFactory::FactoryRecord<SessionStatsCollector, boost::asio::io_service&, AgentUveBase *, uint32_t, FlowStatsManager *, SessionStatsCollectorObject *> |
Definition at line 70 of file agent_factory.h.