BDE 4.39.x Production Release
Loading...
Searching...
No Matches
balscm::Version Struct Reference

#include <balscm_version.h>

Detailed Description

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.

See balscm_version

Static Public Member Functions

static const char * version ()
 

Static Public Attributes

static const char * s_ident
 
static const char * s_what
 
static const char * BALSCM_S_VERSION
 
static const char * s_dependencies
 
static const char * s_buildInfo
 
static const char * s_timestamp
 
static const char * s_sourceControlInfo
 

Member Function Documentation

◆ version()

const char * balscm::Version::version ( )
inlinestatic

Return the address of a character string that identifies the version of the bal package group in use.

Member Data Documentation

◆ BALSCM_S_VERSION

const char* balscm::Version::BALSCM_S_VERSION
static

◆ s_buildInfo

const char* balscm::Version::s_buildInfo
static

◆ s_dependencies

const char* balscm::Version::s_dependencies
static

◆ s_ident

const char* balscm::Version::s_ident
static

◆ s_sourceControlInfo

const char* balscm::Version::s_sourceControlInfo
static

◆ s_timestamp

const char* balscm::Version::s_timestamp
static

◆ s_what

const char* balscm::Version::s_what
static

The documentation for this struct was generated from the following file: