xtd
0.2.0
Toggle main menu visibility
Home
Categories
Documentation
Namespaces
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
v
x
Enumerations
Related Symbols
o
Files
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
xtd.core
include
xtd
availability_versions.hpp
Go to the documentation of this file.
1
4
#pragma once
5
7
// Availability versions
8
9
// Major 0 to infinite
10
// Minor 0 to 99
11
// Build 0 to 99
12
// Revision 0 to 99
13
// For example xtd 1.2.3 (major = 1, minor = 2, build = 3 and revision = -1) :
14
// #define __XTD_1_2_3__ 1020300
15
16
#define __XTD_0_1_0__ 10000
17
#define __XTD_0_1_1__ 10100
18
#define __XTD_0_1_2__ 10200
19
#define __XTD_0_2_0__ 20000
Generated on Sun Mar 9 2025 23:56:05 for xtd by
Gammasoft
. All rights reserved.