XX CMake Package
Loading...
Searching...
No Matches
XXNetworkSettings.h
Go to the documentation of this file.
1#ifndef XXNetworkSettingsH
2#define XXNetworkSettingsH
3
5
6namespace XX
7{
8 namespace Network
9 {
12
14 {
15 public:
17
18 public:
19 static void setUseExceptions(bool enabled);
20 static bool useExceptions();
21
22 void setVerbose(bool enabled);
23 bool verbose() const;
24
25 private:
26 static bool shallUseExceptions;
27 bool isVerbose;
28 };
29 } // namespace Network
30} // namespace XX
31
32#endif // NOT XXNetworkSettingsH
#define XXNETWORK_DECLSPEC
Definition XXNetworkExportDef.h:11
static void setUseExceptions(bool enabled)
static bool useExceptions()
void setVerbose(bool enabled)
bool verbose() const
Definition XXNetworkSettings.h:9
Definition XXPopulatedAbstract.h:11