|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
Configuration properties containing its module, name, and JSON string. More...
#include <ConfigProperties.hpp>
Properties | |
| std::string | module |
| The name of the module using the configuration. More... | |
| std::string | name |
| The name of the configuration. More... | |
| std::string | config |
| The configuration string containing JSON. More... | |
Construction | |
| ConfigProperties ()=default | |
| Default constructor. More... | |
| ConfigProperties (const std::string &setModule, const std::string &setName, const std::string &setConfig) | |
| Constructor setting module, name and configuration string. More... | |
Configuration properties containing its module, name, and JSON string.
|
default |
Default constructor.
|
inline |
Constructor setting module, name and configuration string.
| setModule | Constant reference to a string containing the name of the module. |
| setName | Constant reference to a string containing the name of the configuration. |
| setConfig | Constant reference to a string containing the configuration as JSON code. |
| std::string crawlservpp::Struct::ConfigProperties::config |
The configuration string containing JSON.
Referenced by crawlservpp::Main::Database::addConfiguration(), and crawlservpp::Main::Database::updateConfiguration().
| std::string crawlservpp::Struct::ConfigProperties::module |
The name of the module using the configuration.
Referenced by crawlservpp::Main::Database::addConfiguration().
| std::string crawlservpp::Struct::ConfigProperties::name |
The name of the configuration.
Referenced by crawlservpp::Main::Database::addConfiguration(), and crawlservpp::Main::Database::updateConfiguration().