Murl::Core::Version Namespace Reference
The core version namspace. More...
Functions | |
| Bool | Init () |
| Initialize the version information. More... | |
| Bool | DeInit () |
| Deinitialize the version information. More... | |
| UInt32 | GetMajorRevision () |
| Get the major revision of the engine. More... | |
| UInt32 | GetMinorRevision () |
| Get the minor revision of the engine. More... | |
| UInt32 | GetBuildNumber () |
| Get the build number of the engine. More... | |
| const String & | GetReleaseState () |
| Get the release state string of the engine. More... | |
| const String & | GetVersionString () |
| Get the version string of the engine. More... | |
| const String & | GetCopyrightString () |
| Get the copyright string of the engine. More... | |
Detailed Description
The core version namspace.
The version information is initialized by the engine's core and is accessible by the IEngineConfiguration interface.
Function Documentation
◆ Init()
| Bool Murl::Core::Version::Init | ( | ) |
Initialize the version information.
This method is called by the engine's Murl::Engine::Init() method.
- Returns
- true if successful.
◆ DeInit()
| Bool Murl::Core::Version::DeInit | ( | ) |
Deinitialize the version information.
This method is called by the engine's Murl::Engine::DeInit() method.
- Returns
- true if successful.
◆ GetMajorRevision()
| UInt32 Murl::Core::Version::GetMajorRevision | ( | ) |
Get the major revision of the engine.
- Returns
- The major revision of the engine.
◆ GetMinorRevision()
| UInt32 Murl::Core::Version::GetMinorRevision | ( | ) |
Get the minor revision of the engine.
- Returns
- The minor revision of the engine.
◆ GetBuildNumber()
| UInt32 Murl::Core::Version::GetBuildNumber | ( | ) |
Get the build number of the engine.
- Returns
- The build number of the engine.
◆ GetReleaseState()
| const String& Murl::Core::Version::GetReleaseState | ( | ) |
Get the release state string of the engine.
- Returns
- The release state string of the engine.
◆ GetVersionString()
| const String& Murl::Core::Version::GetVersionString | ( | ) |
Get the version string of the engine.
- Returns
- The version string of the engine.
◆ GetCopyrightString()
| const String& Murl::Core::Version::GetCopyrightString | ( | ) |
Get the copyright string of the engine.
- Returns
- The copyright string of the engine.