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

Public Member Functions | |
| virtual void | closeFlow (const ConstKeyPtr &key)=0 |
| virtual void | createFlow (const ConstKeyPtr &key)=0 |
| virtual void | destroyFlow (const ConstKeyPtr &key)=0 |
| virtual void | openFlow (const ConstKeyPtr &key)=0 |
| virtual | ~FlowGateInterface () |
Definition at line 47 of file FlowGate.hpp.
| virtual wns::ldk::FlowGateInterface::~FlowGateInterface | ( | ) | [inline, virtual] |
Definition at line 51 of file FlowGate.hpp.
| virtual void wns::ldk::FlowGateInterface::closeFlow | ( | const ConstKeyPtr & | key | ) | [pure virtual] |
Implemented in wns::ldk::FlowGate.
| virtual void wns::ldk::FlowGateInterface::createFlow | ( | const ConstKeyPtr & | key | ) | [pure virtual] |
Implemented in wns::ldk::FlowGate.
| virtual void wns::ldk::FlowGateInterface::destroyFlow | ( | const ConstKeyPtr & | key | ) | [pure virtual] |
Implemented in wns::ldk::FlowGate.
| virtual void wns::ldk::FlowGateInterface::openFlow | ( | const ConstKeyPtr & | key | ) | [pure virtual] |
Implemented in wns::ldk::FlowGate.
1.5.5