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

Meta.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_STRINGIZE(X)   GMTL_DO_STRINGIZE(X)
#define GMTL_DO_STRINGIZE(X)   #X
#define GMTL_JOIN(X, Y)   GMTL_DO_JOIN( X, Y )
#define GMTL_DO_JOIN(X, Y)   GMTL_DO_JOIN2(X,Y)
#define GMTL_DO_JOIN2(X, Y)   X##Y


Define Documentation

#define GMTL_DO_JOIN X,
     GMTL_DO_JOIN2(X,Y)
 

Definition at line 59 of file Meta.h.

#define GMTL_DO_JOIN2 X,
     X##Y
 

Definition at line 60 of file Meta.h.

#define GMTL_DO_STRINGIZE      #X
 

Definition at line 48 of file Meta.h.

#define GMTL_JOIN X,
     GMTL_DO_JOIN( X, Y )
 

Definition at line 58 of file Meta.h.

#define GMTL_STRINGIZE      GMTL_DO_STRINGIZE(X)
 

Definition at line 47 of file Meta.h.


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