Horizon Official Technical Documentation
ServerConfiguration.hpp File Reference
#include <string>
#include <boost/filesystem.hpp>
#include <vector>
+ Include dependency graph for ServerConfiguration.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  general_server_configuration
 

Enumerations

enum  test_run_type { TEST_RUN_NONE = 0x0 , TEST_RUN_MINIMAL = 0x1 , TEST_RUN_WITH_NETWORK = 0x2 }
 

Enumeration Type Documentation

◆ test_run_type

Enumerator
TEST_RUN_NONE 
TEST_RUN_MINIMAL 
TEST_RUN_WITH_NETWORK 
38{
39 TEST_RUN_NONE = 0x0,
40 TEST_RUN_MINIMAL = 0x1,
42};
@ TEST_RUN_MINIMAL
Definition: ServerConfiguration.hpp:40
@ TEST_RUN_NONE
Definition: ServerConfiguration.hpp:39
@ TEST_RUN_WITH_NETWORK
Definition: ServerConfiguration.hpp:41