Service signature.
More...
#include <standardConfigs.hpp>
Enumerator |
---|
PRODUCT_NAME |
|
VERSION_MAJOR |
|
VERSION_MINOR |
|
VERSION_REVISION |
|
VERSION_BUILD |
|
PRODUCT_OS |
|
NONE |
|
UNDEFINED |
|
_Wolframe::config::ServiceBanner::ServiceBanner |
( |
| ) |
|
|
inline |
bool _Wolframe::config::ServiceBanner::check |
( |
| ) |
const |
|
virtual |
Check if the server configuration makes sense
Be aware that this function does NOT test if the configuration can be used. It only tests if it MAY be valid. This function will log errors / warnings
- Returns
- true if the configuration has no errors, false otherwise
Reimplemented from _Wolframe::config::ConfigurationBase.
Parse the configuration section.
- Parameters
-
[in] | pt | property tree node |
[in] | node | the label of the node. It should be the same (case insensitive) as it->first |
Implements _Wolframe::config::ConfigurationBase.
void _Wolframe::config::ServiceBanner::print |
( |
std::ostream & |
os, |
|
|
size_t |
indent |
|
) |
| const |
|
virtual |
Print the configuration This function is supposed to print the running configuration, this means all the configuration parameters, not only those that were set in the configuration file.
- Parameters
-
[in] | os | stream to use for printing |
[in] | indent | print indented with this number of spaces |
Implements _Wolframe::config::ConfigurationBase.
std::string _Wolframe::config::ServiceBanner::toString |
( |
| ) |
const |
friend class ConfigurationParser |
|
friend |
std::string _Wolframe::config::ServiceBanner::m_serverSignature |
|
protected |
The documentation for this class was generated from the following file: