Helper class to handle "interface commands".
More...
#include "plugins/network/interface/Interface.h"
Helper class to handle "interface commands".
- Note
- Copy contructor, copy-assignment operator, move constructor and move-assignment operator are defined to be compliant with the "Rule of five"
- See also
- https://en.cppreference.com/w/cpp/language/rule_of_three
- Author
- Boubacar DIENE bouba.nosp@m.car..nosp@m.diene.nosp@m.@gma.nosp@m.il.co.nosp@m.m
- Date
- April 2020
◆ Interface() [1/3]
Class constructor
- Parameters
-
| executor | Command executor to use |
◆ ~Interface()
| service::plugins::network::interface::Interface::~Interface |
( |
| ) |
|
◆ Interface() [2/3]
| service::plugins::network::interface::Interface::Interface |
( |
const Interface & |
| ) |
|
|
delete |
◆ Interface() [3/3]
| service::plugins::network::interface::Interface::Interface |
( |
Interface && |
| ) |
|
|
delete |
◆ applyCommand()
| void service::plugins::network::interface::Interface::applyCommand |
( |
const std::string & |
command | ) |
const |
Apply the requested "interface command"
◆ operator=() [1/2]
| Interface& service::plugins::network::interface::Interface::operator= |
( |
const Interface & |
| ) |
|
|
delete |
Class copy-assignment operator
◆ operator=() [2/2]
Class move-assignment operator
◆ m_internal
| std::unique_ptr<Internal> service::plugins::network::interface::Interface::m_internal |
|
private |
The documentation for this class was generated from the following file: