29 #ifndef __PLUGINS_NETWORK_LAYER_LAYER_H__ 30 #define __PLUGINS_NETWORK_LAYER_LAYER_H__ 85 void applyCommand(
const std::string& pathname,
const std::string& value)
const;
void applyCommand(const std::string &pathname, const std::string &value) const
Apply the requested "layer command".
A helper class to write a given value to a specified output stream. This class is a high level interf...
Definition: IWriter.h:54
Helper class to handle "layer commands".
Definition: Layer.h:54
Layer & operator=(const Layer &)=delete
std::unique_ptr< Internal > m_internal
Definition: Layer.h:88
Layer(const utils::file::IWriter &writer)