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

Go to the source code of this file.

Classes

struct  bdlscm::Version
 

Macros

#define BDLSCM_CONCAT2(a, b, c, d, e, f)   a ## b ## c ## d ## e ## f
 
#define BDLSCM_CONCAT(a, b, c, d, e, f)   BDLSCM_CONCAT2(a,b,c,d,e,f
 
#define BDLSCM_D_VERSION
 

Detailed Description

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

Macro Definition Documentation

◆ BDLSCM_CONCAT

#define BDLSCM_CONCAT (   a,
  b,
  c,
  d,
  e,
 
)    BDLSCM_CONCAT2(a,b,c,d,e,f

◆ BDLSCM_CONCAT2

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

◆ BDLSCM_D_VERSION

#define BDLSCM_D_VERSION
Value:
BDLSCM_CONCAT(s_version_BDL_, \
compiled_this_object)
#define BDLSCM_CONCAT(a, b, c, d, e, f)
Definition bdlscm_version.h:137
#define BDL_VERSION_MINOR
Provide the minor version number of the current (latest) BDL release.
Definition bdlscm_versiontag.h:92
#define BDL_VERSION_MAJOR
Provide the major version number of the current (latest) BDL release.
Definition bdlscm_versiontag.h:89