Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Defines

bdlscm_version.h File Reference

Provide source control management (versioning) information. More...

Go to the source code of this file.

Classes

struct  bdlscm::Version

Namespaces

namespace  bdlscm

Defines

#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


Define Documentation

#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
Value:
BDLSCM_CONCAT(s_version_BDL_,       \
                                       BDL_VERSION_MAJOR, _, \
                                       BDL_VERSION_MINOR, _, \
                                       compiled_this_object)