This struct provides a namespace for (1) source control management (versioning) information that is embedded in binary executable files, and (2) a facility to query that information at runtime.
Synopsis
Declared in <bslscm_version.h>
struct Version;
Static Member Functions
Name |
Description |
Return the address of a character string that identifies the version of the |
Static Data Members
Name |
Description |
Build information string (may be empty). |
|
Dependency version information string (may be empty). |
|
RCS‐style identification string embedded in the binary. |
|
Source control information string (may be empty). |
|
Build timestamp string (may be empty). |
|
|
Link‐coercion symbol whose name encodes the BSL version. |
SCCS‐style identification string embedded in the binary. |
Created with MrDocs