#include <version.hpp>
|
| static constexpr std::string_view | copyright = "Copyright (c) Fifengine contributors, 2012-2026." |
| static constexpr std::string_view | description = "FifeGUI is a C++ GUI library designed for games." |
| static constexpr std::string_view | homepage = "https://github.com/fifengine/fifechan" |
| static constexpr std::string_view | license = "LGPL-2.1-or-later" |
| static constexpr std::string_view | name = "fifechan" |
| static constexpr std::string_view | nice_name = "fifechan" |
| static constexpr semantic_version | semver |
| static constexpr std::string_view | version = "0.2.0" |
| static constexpr int | version_id = (0 * 10000) + (2 * 100) + 0 |
Static application version and metadata.
Definition at line 60 of file version.hpp.
◆ get_copyright()
| constexpr char const * fcn::app_version::get_copyright |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ get_description()
| constexpr char const * fcn::app_version::get_description |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ get_homepage()
| constexpr char const * fcn::app_version::get_homepage |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ get_license()
| constexpr char const * fcn::app_version::get_license |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ get_name()
| constexpr char const * fcn::app_version::get_name |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ get_nice_name()
| constexpr char const * fcn::app_version::get_nice_name |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ get_version()
| constexpr char const * fcn::app_version::get_version |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ get_version_num()
| constexpr int const * fcn::app_version::get_version_num |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ copyright
| std::string_view fcn::app_version::copyright = "Copyright (c) Fifengine contributors, 2012-2026." |
|
staticconstexpr |
◆ description
| std::string_view fcn::app_version::description = "FifeGUI is a C++ GUI library designed for games." |
|
staticconstexpr |
◆ homepage
| std::string_view fcn::app_version::homepage = "https://github.com/fifengine/fifechan" |
|
staticconstexpr |
◆ license
| std::string_view fcn::app_version::license = "LGPL-2.1-or-later" |
|
staticconstexpr |
◆ name
| std::string_view fcn::app_version::name = "fifechan" |
|
staticconstexpr |
◆ nice_name
| std::string_view fcn::app_version::nice_name = "fifechan" |
|
staticconstexpr |
◆ semver
Initial value:{
.major = 0,
.minor = 2,
.patch = 0,
}
Semantic version instance for compile-time access.
Definition at line 101 of file version.hpp.
◆ version
| std::string_view fcn::app_version::version = "0.2.0" |
|
staticconstexpr |
◆ version_id
| int fcn::app_version::version_id = (0 * 10000) + (2 * 100) + 0 |
|
staticconstexpr |
The documentation for this class was generated from the following file: