DaZeus  2.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
dazeus::ConfigReaderState Struct Reference
Collaboration diagram for dazeus::ConfigReaderState:

Public Member Functions

 ConfigReaderState ()
 
 ConfigReaderState (ConfigReaderState const &)
 
ConfigReaderStateoperator= (ConfigReaderState const &)
 

Public Attributes

int current_section
 
std::vector< SocketConfig * > sockets
 
std::vector< NetworkConfig * > networks
 
std::vector< PluginConfig * > plugins
 
dazeus::GlobalConfigglobal_progress
 
dazeus::SocketConfigsocket_progress
 
dazeus::DatabaseConfigdatabase_progress
 
dazeus::NetworkConfignetwork_progress
 
dazeus::ServerConfigserver_progress
 
dazeus::PluginConfigplugin_progress
 
std::string error
 

Detailed Description

Definition at line 24 of file config.cpp.

Constructor & Destructor Documentation

dazeus::ConfigReaderState::ConfigReaderState ( )
inline

Definition at line 25 of file config.cpp.

dazeus::ConfigReaderState::ConfigReaderState ( ConfigReaderState const &  )

Member Function Documentation

ConfigReaderState& dazeus::ConfigReaderState::operator= ( ConfigReaderState const &  )

Member Data Documentation

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.


The documentation for this struct was generated from the following file: