OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ConfigHelper Class Reference

#include <config_manager.h>

Collaboration diagram for ConfigHelper:

Public Member Functions

 ConfigHelper (const ConfigManager *mgr, const Agent *agent)
 
virtual ~ConfigHelper ()
 
IFMapNodeGetOtherAdjacentNode (IFMapLink *link, IFMapNode *node)
 
IFMapNodeFindLink (const char *type, IFMapNode *node)
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (ConfigHelper)
 

Private Attributes

const ConfigManagermgr_
 
IFMapAgentLinkTablelink_table_
 
const Agentagent_
 

Detailed Description

Definition at line 44 of file config_manager.h.

Constructor & Destructor Documentation

ConfigHelper::ConfigHelper ( const ConfigManager mgr,
const Agent agent 
)

Definition at line 46 of file config_manager.cc.

virtual ConfigHelper::~ConfigHelper ( )
inlinevirtual

Definition at line 47 of file config_manager.h.

Member Function Documentation

ConfigHelper::DISALLOW_COPY_AND_ASSIGN ( ConfigHelper  )
private
IFMapNode * ConfigHelper::FindLink ( const char *  type,
IFMapNode node 
)

Definition at line 59 of file config_manager.cc.

Here is the call graph for this function:

IFMapNode * ConfigHelper::GetOtherAdjacentNode ( IFMapLink link,
IFMapNode node 
)

Definition at line 51 of file config_manager.cc.

Here is the call graph for this function:

Member Data Documentation

const Agent* ConfigHelper::agent_
private

Definition at line 56 of file config_manager.h.

IFMapAgentLinkTable* ConfigHelper::link_table_
private

Definition at line 55 of file config_manager.h.

const ConfigManager* ConfigHelper::mgr_
private

Definition at line 54 of file config_manager.h.


The documentation for this class was generated from the following files: