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

#include <cfg_filter.h>

Collaboration diagram for CfgFilter:

Public Member Functions

 CfgFilter (AgentConfig *cfg)
 
virtual ~CfgFilter ()
 
void Init ()
 
void Shutdown ()
 

Private Member Functions

bool CheckVmInterfaceProperty (DBTable *table, const IFMapIdentifier *req_id, DBRequest *req)
 
bool CheckIdPermsProperty (DBTable *table, const IFMapIdentifier *req_id, DBRequest *req, int property_id)
 
bool CheckProperty (DBTable *table, IFMapNode *node, DBRequest *req)
 
int GetIdPermsPropertyId (DBTable *table) const
 
 DISALLOW_COPY_AND_ASSIGN (CfgFilter)
 

Private Attributes

AgentConfigagent_cfg_
 

Detailed Description

Definition at line 13 of file cfg_filter.h.

Constructor & Destructor Documentation

CfgFilter::CfgFilter ( AgentConfig cfg)

Definition at line 29 of file cfg_filter.cc.

CfgFilter::~CfgFilter ( )
virtual

Definition at line 32 of file cfg_filter.cc.

Member Function Documentation

bool CfgFilter::CheckIdPermsProperty ( DBTable table,
const IFMapIdentifier req_id,
DBRequest req,
int  property_id 
)
private

Definition at line 35 of file cfg_filter.cc.

Here is the call graph for this function:

bool CfgFilter::CheckProperty ( DBTable table,
IFMapNode node,
DBRequest req 
)
private

Definition at line 101 of file cfg_filter.cc.

Here is the call graph for this function:

bool CfgFilter::CheckVmInterfaceProperty ( DBTable table,
const IFMapIdentifier req_id,
DBRequest req 
)
private

Definition at line 130 of file cfg_filter.cc.

Here is the call graph for this function:

CfgFilter::DISALLOW_COPY_AND_ASSIGN ( CfgFilter  )
private
int CfgFilter::GetIdPermsPropertyId ( DBTable table) const
private

Definition at line 55 of file cfg_filter.cc.

Here is the call graph for this function:

void CfgFilter::Init ( )

Definition at line 148 of file cfg_filter.cc.

Here is the call graph for this function:

void CfgFilter::Shutdown ( )

Definition at line 213 of file cfg_filter.cc.

Here is the call graph for this function:

Member Data Documentation

AgentConfig* CfgFilter::agent_cfg_
private

Definition at line 21 of file cfg_filter.h.


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