Main Page   Modules   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  gmtl

Defines

#define GMTL_VERSION_MAJOR   0
 This is the "human-readable" GMTL version _string_. More...

#define GMTL_VERSION_MINOR   2
#define GMTL_VERSION_PATCH   2
#define GMTL_GLUE(a, b)   a ## b
#define GMTL_XGLUE(a, b)   GMTL_GLUE(a,b)
#define GMTL_STR(s)   # s
#define GMTL_XSTR(s)   GMTL_STR(s)
#define GMTL_DOT(a, b)   a ## . ## b
#define GMTL_XDOT(a, b)   GMTL_DOT(a,b)
#define GMTL_ZEROFILL(a)   0 ## a
#define GMTL_XZEROFILL(a)   GMTL_ZEROFILL(a)
#define GMTL_VERSION_MAJOR_FILLED   GMTL_XZEROFILL(GMTL_XZEROFILL(GMTL_VERSION_MAJOR))
#define GMTL_VERSION_MINOR_FILLED   GMTL_XZEROFILL(GMTL_XZEROFILL(GMTL_VERSION_MINOR))
#define GMTL_VERSION_PATCH_FILLED   GMTL_XZEROFILL(GMTL_XZEROFILL(GMTL_VERSION_PATCH))
#define GMTL_VERSION
 The is the preprocessor-friendly version string. More...

#define GMTL_VERSION_STRING


Define Documentation

#define GMTL_DOT a,
     a ## . ## b
 

Definition at line 76 of file Version.h.

#define GMTL_GLUE a,
     a ## b
 

Definition at line 68 of file Version.h.

#define GMTL_STR      # s
 

Definition at line 72 of file Version.h.

#define GMTL_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 122 of file Version.h.

#define GMTL_VERSION_MAJOR   0
 

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

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

Definition at line 52 of file Version.h.

#define GMTL_VERSION_MAJOR_FILLED   GMTL_XZEROFILL(GMTL_XZEROFILL(GMTL_VERSION_MAJOR))
 

Definition at line 85 of file Version.h.

#define GMTL_VERSION_MINOR   2
 

Definition at line 53 of file Version.h.

#define GMTL_VERSION_MINOR_FILLED   GMTL_XZEROFILL(GMTL_XZEROFILL(GMTL_VERSION_MINOR))
 

Definition at line 95 of file Version.h.

#define GMTL_VERSION_PATCH   2
 

Definition at line 54 of file Version.h.

#define GMTL_VERSION_PATCH_FILLED   GMTL_XZEROFILL(GMTL_XZEROFILL(GMTL_VERSION_PATCH))
 

Definition at line 105 of file Version.h.

#define GMTL_VERSION_STRING
 

Value:

Definition at line 129 of file Version.h.

#define GMTL_XDOT a,
     GMTL_DOT(a,b)
 

Definition at line 77 of file Version.h.

#define GMTL_XGLUE a,
     GMTL_GLUE(a,b)
 

Definition at line 69 of file Version.h.

#define GMTL_XSTR      GMTL_STR(s)
 

Definition at line 73 of file Version.h.

#define GMTL_XZEROFILL      GMTL_ZEROFILL(a)
 

Definition at line 81 of file Version.h.

#define GMTL_ZEROFILL      0 ## a
 

Definition at line 80 of file Version.h.


Generated on Mon Apr 7 15:29:23 2003 for GenericMathTemplateLibrary by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002