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 <bdlscm_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 |
BDE‐style version string |
|
available for future use |
|
Dependency information string; reserved for future use. |
|
RCS‐style version string embedded in binary executable files. |
|
Source control metadata string; reserved for future use. |
|
Build timestamp string; reserved for future use. |
|
SCCS‐style version string embedded in binary executable files. |
Created with MrDocs