OpenSDN source code
|
#include <cfg_filter.h>
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 | |
AgentConfig * | agent_cfg_ |
Definition at line 13 of file cfg_filter.h.
CfgFilter::CfgFilter | ( | AgentConfig * | cfg | ) |
Definition at line 29 of file cfg_filter.cc.
|
virtual |
Definition at line 32 of file cfg_filter.cc.
|
private |
|
private |
|
private |
|
private |
void CfgFilter::Init | ( | ) |
void CfgFilter::Shutdown | ( | ) |
|
private |
Definition at line 21 of file cfg_filter.h.