Quick Links:

bal | bbl | bdl | bsl

Static Public Member Functions | Static Public Attributes

bdlscm::Version Struct Reference

#include <bdlscm_version.h>

List of all members.

Static Public Member Functions

static const char * version ()

Static Public Attributes

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

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 Component bdlscm_version


Member Function Documentation

static const char* bdlscm::Version::version (  )  [static]

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


Member Data Documentation

const char* bdlscm::Version::s_ident [static]

RCS-style version string

const char* bdlscm::Version::s_what [static]

SCCS-style version string

const char* bdlscm::Version::BDLSCM_S_VERSION [static]

BDE-style version string

const char* bdlscm::Version::s_dependencies [static]

available for future use

const char* bdlscm::Version::s_buildInfo [static]

available for future use

const char* bdlscm::Version::s_timestamp [static]

available for future use

available for future use


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