Quick Links:

bal | bbl | bdl | bsl

Defines

bsls_ident.h File Reference

Provide macros for inserting SCM Ids into source files. More...

Go to the source code of this file.

Defines

#define BSLS_IDENT_OFF
#define BSLS_IDENT(str)
#define BSLS_IDENT_JOIN2(x, y)   x ## y
#define BSLS_IDENT_JOIN(x, y)   BSLS_IDENT_JOIN2(x,y)
#define BSLS_IDENT_RCSID(tag, str)   static char BSLS_IDENT_JOIN(ident_,tag)[] = str;
#define BSLS_IDENT(str)
#define BSLS_IDENT_RCSID(tag, str)
#define BSLS_IDENT_PRAGMA_ONCE

Detailed Description


Define Documentation

#define BSLS_IDENT_OFF
#define BSLS_IDENT (   str  ) 
#define BSLS_IDENT_JOIN2 (   x,
  y 
)    x ## y
#define BSLS_IDENT_JOIN (   x,
  y 
)    BSLS_IDENT_JOIN2(x,y)
#define BSLS_IDENT_RCSID (   tag,
  str 
)    static char BSLS_IDENT_JOIN(ident_,tag)[] = str;
#define BSLS_IDENT (   str  ) 
#define BSLS_IDENT_RCSID (   tag,
  str 
)
#define BSLS_IDENT_PRAGMA_ONCE