xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
tunit_main.h
Go to the documentation of this file.
1 #pragma once
5 #include <xtd/startup.h>
6 #include "../tunit_export.h"
7 
9 class tunit_export_ __tunit_main final {
10 public:
11  __tunit_main() = delete;
12  static int main(int argc, char* argv[]);
13 };
15 
16 #define tunit_main_ \
17 __tunit_main
#define tunit_export_
Define shared library export.
Definition: tunit_export.h:13
Contains startup_ keyword.