BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslscm_version.h File Reference
#include <bsls_ident.h>
#include <bsls_buildtarget.h>
#include <bsls_platform.h>
#include <bsls_linkcoercion.h>
#include <bslscm_versiontag.h>

Go to the source code of this file.

Classes

struct  bslscm::Version
 

Macros

#define BSLSCM_CONCAT2(a, b, c, d, e, f)   a ## b ## c ## d ## e ## f
 
#define BSLSCM_CONCAT(a, b, c, d, e, f)   BSLSCM_CONCAT2(a,b,c,d,e,f)
 
#define BSLSCM_S_VERSION
 

Detailed Description

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

Macro Definition Documentation

◆ BSLSCM_CONCAT

#define BSLSCM_CONCAT (   a,
  b,
  c,
  d,
  e,
 
)    BSLSCM_CONCAT2(a,b,c,d,e,f)

◆ BSLSCM_CONCAT2

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

◆ BSLSCM_S_VERSION

#define BSLSCM_S_VERSION
Value:
BSLSCM_CONCAT(s_version_BSL_, \
compiled_this_object)
#define BSLSCM_CONCAT(a, b, c, d, e, f)
Definition bslscm_version.h:114
#define BSL_VERSION_MAJOR
Provide the major version number of the current (latest) BSL release.
Definition bslscm_versiontag.h:103
#define BSL_VERSION_MINOR
Provide the minor version number of the current (latest) BSL release.
Definition bslscm_versiontag.h:106