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

Go to the source code of this file.

Classes

struct  balscm::Version
 

Macros

#define BALSCM_CONCAT2(a, b, c, d, e, f)   a ## b ## c ## d ## e ## f
 
#define BALSCM_CONCAT(a, b, c, d, e, f)   BALSCM_CONCAT2(a,b,c,d,e,f)
 
#define BALSCM_S_VERSION
 

Detailed Description

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

Macro Definition Documentation

◆ BALSCM_CONCAT

#define BALSCM_CONCAT (   a,
  b,
  c,
  d,
  e,
 
)    BALSCM_CONCAT2(a,b,c,d,e,f)

◆ BALSCM_CONCAT2

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

◆ BALSCM_S_VERSION

#define BALSCM_S_VERSION
Value:
BALSCM_CONCAT(s_version_BAL_, \
compiled_this_object)
#define BALSCM_CONCAT(a, b, c, d, e, f)
Definition balscm_version.h:137
#define BAL_VERSION_MINOR
BAL release major version.
Definition balscm_versiontag.h:90
#define BAL_VERSION_MAJOR
BAL release major version.
Definition balscm_versiontag.h:87