OpenLexocad  27.0
SysInfo.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 #include <Core/core_defines2.h>
5 
6 namespace Core
7 {
9 {
10 public:
11  SysInfo();
12  ~SysInfo();
13 
14  static std::string getUserName();
15  static std::string getComputerName();
16 };
17 
18 } // namespace Core
#define CORE_EXPORT
Definition: core_defines2.h:10
Definition: Base.h:19
Definition: SysInfo.h:8