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
xtd.tunit
include
xtd
tunit
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
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
tunit_export_
#define tunit_export_
Define shared library export.
Definition:
tunit_export.h:13
startup.h
Contains startup_ keyword.
Generated on Sat Jan 28 2023 18:12:26 for xtd - Reference Guide by
Gammasoft
. All rights reserved.