Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

version.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  cppdom

Defines

#define CPPDOM_VERSION_MAJOR   0
 This is the "human-readable" CPPDOM version _string_. More...

#define CPPDOM_VERSION_MINOR   1
#define CPPDOM_VERSION_PATCH   0
#define CPPDOM_GLUE(a, b)   a ## b
#define CPPDOM_XGLUE(a, b)   CPPDOM_GLUE(a,b)
#define CPPDOM_ZEROFILL(a)   0 ## a
#define CPPDOM_XZEROFILL(a)   CPPDOM_ZEROFILL(a)
#define CPPDOM_VERSION_MAJOR_FILLED   CPPDOM_XZEROFILL(CPPDOM_XZEROFILL(CPPDOM_VERSION_MAJOR))
#define CPPDOM_VERSION_MINOR_FILLED   CPPDOM_XZEROFILL(CPPDOM_XZEROFILL(CPPDOM_VERSION_MINOR))
#define CPPDOM_VERSION_PATCH_FILLED   CPPDOM_XZEROFILL(CPPDOM_XZEROFILL(CPPDOM_VERSION_PATCH))
#define CPPDOM_VERSION
 The is the preprocessor-friendly version string. More...


Define Documentation

#define CPPDOM_GLUE a,
     a ## b
 

Definition at line 72 of file version.h.

#define CPPDOM_VERSION
 

Value:

The is the preprocessor-friendly version string.

It is in the form of <major><minor><patch>. Each part has exactly 3 digits.

Definition at line 118 of file version.h.

#define CPPDOM_VERSION_MAJOR   0
 

This is the "human-readable" CPPDOM version _string_.

It is of the form <major><minor><patch>. Each part has exactly 3 digits.

Definition at line 56 of file version.h.

#define CPPDOM_VERSION_MAJOR_FILLED   CPPDOM_XZEROFILL(CPPDOM_XZEROFILL(CPPDOM_VERSION_MAJOR))
 

Definition at line 81 of file version.h.

#define CPPDOM_VERSION_MINOR   1
 

Definition at line 57 of file version.h.

#define CPPDOM_VERSION_MINOR_FILLED   CPPDOM_XZEROFILL(CPPDOM_XZEROFILL(CPPDOM_VERSION_MINOR))
 

Definition at line 91 of file version.h.

#define CPPDOM_VERSION_PATCH   0
 

Definition at line 58 of file version.h.

#define CPPDOM_VERSION_PATCH_FILLED   CPPDOM_XZEROFILL(CPPDOM_XZEROFILL(CPPDOM_VERSION_PATCH))
 

Definition at line 101 of file version.h.

#define CPPDOM_XGLUE a,
     CPPDOM_GLUE(a,b)
 

Definition at line 73 of file version.h.

#define CPPDOM_XZEROFILL      CPPDOM_ZEROFILL(a)
 

Definition at line 77 of file version.h.

#define CPPDOM_ZEROFILL      0 ## a
 

Definition at line 76 of file version.h.


Generated on Thu Jan 2 21:29:19 2003 for cppdom by doxygen1.2.15