MCPcopy Create free account
hub / github.com/cppla/ServerStatus / CConfig

Class CConfig

server/src/main.h:7–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "server.h"
6
7class CConfig
8{
9public:
10 bool m_Verbose;
11 char m_aConfigFile[1024];
12 char m_aWebDir[1024];
13 char m_aTemplateFile[1024];
14 char m_aJSONFile[1024];
15 char m_aBindAddr[256];
16 int m_Port;
17
18 CConfig();
19};
20
21class CMain
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected