openMSX
Version.hh
Go to the documentation of this file.
1
#ifndef VERSION_HH
2
#define VERSION_HH
3
4
#include <string>
5
6
namespace
openmsx
{
7
8
class
Version
9
{
10
public
:
11
// Defined by build system:
12
static
const
bool
RELEASE
;
13
static
const
char
*
const
VERSION
;
14
static
const
char
*
const
REVISION
;
15
static
const
char
*
const
BUILD_FLAVOUR
;
16
17
// Computed using constants above:
18
static
std::string
full
();
19
};
20
21
}
// namespace openmsx
22
23
#endif
openmsx::Version
Definition:
Version.hh:9
openmsx::Version::full
static std::string full()
Definition:
Version.cc:8
openmsx::Version::BUILD_FLAVOUR
static const char *const BUILD_FLAVOUR
Definition:
Version.hh:15
openmsx::Version::VERSION
static const char *const VERSION
Definition:
Version.hh:13
openmsx::Version::RELEASE
static const bool RELEASE
Definition:
Version.hh:12
openmsx::Version::REVISION
static const char *const REVISION
Definition:
Version.hh:14
openmsx
This file implemented 3 utility functions:
Definition:
Autofire.cc:9
Generated on Fri May 19 2023 13:13:12 for openMSX by
1.9.4