BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bblscm_version.h File Reference
#include <bsls_ident.h>
#include <bblscm_versiontag.h>
#include <bslscm_version.h>
#include <bsls_linkcoercion.h>

Go to the source code of this file.

Classes

struct  bblscm::Version
 

Macros

#define BBLSCM_CONCAT2(a, b, c, d, e, f)   a ## b ## c ## d ## e ## f
 
#define BBLSCM_CONCAT(a, b, c, d, e, f)   BBLSCM_CONCAT2(a,b,c,d,e,f)
 
#define BBLSCM_D_VERSION
 

Detailed Description

The content of this file has been pre-processed for Doxygen.

Macro Definition Documentation

◆ BBLSCM_CONCAT

#define BBLSCM_CONCAT (   a,
  b,
  c,
  d,
  e,
 
)    BBLSCM_CONCAT2(a,b,c,d,e,f)

◆ BBLSCM_CONCAT2

#define BBLSCM_CONCAT2 (   a,
  b,
  c,
  d,
  e,
 
)    a ## b ## c ## d ## e ## f

◆ BBLSCM_D_VERSION

#define BBLSCM_D_VERSION
Value:
BBLSCM_CONCAT(s_version_BBL_, \
compiled_this_object)
#define BBLSCM_CONCAT(a, b, c, d, e, f)
Definition bblscm_version.h:137
#define BBL_VERSION_MINOR
Provide the minor version number of the current (latest) BBL release.
Definition bblscm_versiontag.h:82
#define BBL_VERSION_MAJOR
Provide the major version number of the current (latest) BBL release.
Definition bblscm_versiontag.h:79