OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
operdb_init.cc File Reference
#include <cmn/agent_factory.h>
#include <cmn/agent_cmn.h>
#include <init/agent_param.h>
#include <db/db.h>
#include <base/task_trigger.h>
#include <sandesh/sandesh_types.h>
#include <sandesh/sandesh_constants.h>
#include <sandesh/sandesh.h>
#include <sandesh/sandesh_trace.h>
#include <cfg/cfg_init.h>
#include <oper/route_common.h>
#include <oper/operdb_init.h>
#include <oper/metadata_ip.h>
#include <oper/interface_common.h>
#include <oper/health_check.h>
#include <oper/nexthop.h>
#include <oper/vrf.h>
#include <oper/mpls.h>
#include <oper/vm.h>
#include <oper/vn.h>
#include <oper/sg.h>
#include <oper/tag.h>
#include <oper/mirror_table.h>
#include <oper/vrf_assign.h>
#include <oper/vxlan.h>
#include <oper/multicast_policy.h>
#include <oper/multicast.h>
#include <oper/global_vrouter.h>
#include <oper/path_preference.h>
#include <oper/tsn_elector.h>
#include <oper/vxlan_routing_manager.h>
#include <filter/acl.h>
#include <filter/policy_set.h>
#include <oper/ifmap_dependency_manager.h>
#include <oper/instance_manager.h>
#include <oper/physical_device.h>
#include <oper/physical_device_vn.h>
#include <oper/config_manager.h>
#include <oper/agent_profile.h>
#include <oper/agent_sandesh.h>
#include <oper/vrouter.h>
#include <oper/bgp_as_service.h>
#include <oper/bgp_router.h>
#include <oper/agent_route_walker.h>
#include <nexthop_server/nexthop_manager.h>
#include <oper/forwarding_class.h>
#include <oper/qos_config.h>
#include <oper/qos_queue.h>
#include <oper/global_qos_config.h>
#include <oper/global_system_config.h>
#include <oper/bridge_domain.h>
#include <oper/security_logging_object.h>
#include <oper/route_leak.h>
#include <oper/crypt_tunnel.h>
#include <oper/hbf.h>

Go to the source code of this file.

Functions

SandeshTraceBufferPtr OperConfigTraceBuf (SandeshTraceBufferCreate("OperIfmap", 1000))
 
template<typename T >
T * DBTableCreate (DB *db, Agent *agent, OperDB *oper, const std::string &db_name)
 

Function Documentation

template<typename T >
T* DBTableCreate ( DB db,
Agent agent,
OperDB oper,
const std::string &  db_name 
)

Definition at line 70 of file operdb_init.cc.

Here is the call graph for this function:

SandeshTraceBufferPtr OperConfigTraceBuf ( SandeshTraceBufferCreate("OperIfmap", 1000)  )