#include <server_options.h>
Public Member Functions | |
| CommandLine (int argc, const char **argv) | |
| std::string | GetConfigDir () const |
| std::string | GetLogFile () const |
| bool | IsDaemonMode () const |
| bool | NeedStartServer () const |
Private Attributes | |
| std::string | ConfigDir |
| bool | IsDaemon |
| std::string | LogFile |
| bool | StartPossible |
Definition at line 27 of file server_options.h.
| OpcUa::Server::CommandLine::CommandLine | ( | int | argc, |
| const char ** | argv | ||
| ) |
Definition at line 69 of file server_options.cpp.
| std::string OpcUa::Server::CommandLine::GetConfigDir | ( | ) | const [inline] |
Definition at line 42 of file server_options.h.
| std::string OpcUa::Server::CommandLine::GetLogFile | ( | ) | const [inline] |
Definition at line 47 of file server_options.h.
| bool OpcUa::Server::CommandLine::IsDaemonMode | ( | ) | const [inline] |
Definition at line 37 of file server_options.h.
| bool OpcUa::Server::CommandLine::NeedStartServer | ( | ) | const [inline] |
Definition at line 32 of file server_options.h.
std::string OpcUa::Server::CommandLine::ConfigDir [private] |
Definition at line 55 of file server_options.h.
bool OpcUa::Server::CommandLine::IsDaemon [private] |
Definition at line 54 of file server_options.h.
std::string OpcUa::Server::CommandLine::LogFile [private] |
Definition at line 56 of file server_options.h.
bool OpcUa::Server::CommandLine::StartPossible [private] |
Definition at line 53 of file server_options.h.