|
My Project
+ 80db3
|
Inno Setup version number utilities. More...
Go to the source code of this file.
Classes | |
| struct | setup::version_error |
| struct | setup::version |
Namespaces | |
| setup | |
Macros | |
| #define | INNO_VERSION_EXT(a, b, c, d) |
| #define | INNO_VERSION(a, b, c) INNO_VERSION_EXT(a, b, c, 0) |
Typedefs | |
| typedef boost::uint32_t | setup::version_constant |
Functions | |
| std::ostream & | setup::operator<< (std::ostream &os, const version &version) |
Inno Setup version number utilities.
Definition in file version.hpp.
| #define INNO_VERSION_EXT | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) |
Definition at line 41 of file version.hpp.
| #define INNO_VERSION | ( | a, | |
| b, | |||
| c | |||
| ) | INNO_VERSION_EXT(a, b, c, 0) |
Definition at line 47 of file version.hpp.
1.8.15