xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
tunit_main.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/startup.h>
6#include "../tunit_export.h"
7
9class tunit_export_ __tunit_main final {
10public:
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.