|
DaZeus
2.0
|

Public Member Functions | |
| ConfigReaderState () | |
| ConfigReaderState (ConfigReaderState const &) | |
| ConfigReaderState & | operator= (ConfigReaderState const &) |
Public Attributes | |
| int | current_section |
| std::vector< SocketConfig * > | sockets |
| std::vector< NetworkConfig * > | networks |
| std::vector< PluginConfig * > | plugins |
| dazeus::GlobalConfig * | global_progress |
| dazeus::SocketConfig * | socket_progress |
| dazeus::DatabaseConfig * | database_progress |
| dazeus::NetworkConfig * | network_progress |
| dazeus::ServerConfig * | server_progress |
| dazeus::PluginConfig * | plugin_progress |
| std::string | error |
Definition at line 24 of file config.cpp.
|
inline |
Definition at line 25 of file config.cpp.
| dazeus::ConfigReaderState::ConfigReaderState | ( | ConfigReaderState const & | ) |
| ConfigReaderState& dazeus::ConfigReaderState::operator= | ( | ConfigReaderState const & | ) |
| int dazeus::ConfigReaderState::current_section |
Definition at line 31 of file config.cpp.
| dazeus::DatabaseConfig* dazeus::ConfigReaderState::database_progress |
Definition at line 38 of file config.cpp.
| std::string dazeus::ConfigReaderState::error |
Definition at line 42 of file config.cpp.
| dazeus::GlobalConfig* dazeus::ConfigReaderState::global_progress |
Definition at line 36 of file config.cpp.
| dazeus::NetworkConfig* dazeus::ConfigReaderState::network_progress |
Definition at line 39 of file config.cpp.
| std::vector<NetworkConfig*> dazeus::ConfigReaderState::networks |
Definition at line 33 of file config.cpp.
| dazeus::PluginConfig* dazeus::ConfigReaderState::plugin_progress |
Definition at line 41 of file config.cpp.
| std::vector<PluginConfig*> dazeus::ConfigReaderState::plugins |
Definition at line 34 of file config.cpp.
| dazeus::ServerConfig* dazeus::ConfigReaderState::server_progress |
Definition at line 40 of file config.cpp.
| dazeus::SocketConfig* dazeus::ConfigReaderState::socket_progress |
Definition at line 37 of file config.cpp.
| std::vector<SocketConfig*> dazeus::ConfigReaderState::sockets |
Definition at line 32 of file config.cpp.