![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <iptables/IRuleControl.hpp>

Public Member Functions | |
| virtual void | addRule (ip::iptables::Rule)=0 |
| virtual bool | hasRules (ip::iptables::Rule::RuleTag)=0 |
| virtual void | removeRules (ip::iptables::Rule::RuleTag)=0 |
| virtual | ~IRuleControl () |
Definition at line 22 of file IRuleControl.hpp.
| virtual ip::iptables::IRuleControl::~IRuleControl | ( | ) | [inline, virtual] |
Definition at line 26 of file IRuleControl.hpp.
| virtual void ip::iptables::IRuleControl::addRule | ( | ip::iptables::Rule | ) | [pure virtual] |
Implemented in ip::iptables::Chain.
| virtual bool ip::iptables::IRuleControl::hasRules | ( | ip::iptables::Rule::RuleTag | ) | [pure virtual] |
Implemented in ip::iptables::Chain.
| virtual void ip::iptables::IRuleControl::removeRules | ( | ip::iptables::Rule::RuleTag | ) | [pure virtual] |
Implemented in ip::iptables::Chain.
1.5.5