CMS 3D CMS Logo

Macros.h

Go to the documentation of this file.
00001 #ifndef CLASSLIB_MACROS_H
00002 # define CLASSLIB_MACROS_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "classlib/sysapi/system.h"
00007 
00008 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00009 
00010 // Concatenate two tokens together
00011 # define CLASSLIB_name2(a,b)            a ## b
00012 
00013 // Concatenate three tokens together
00014 # define CLASSLIB_name3(a,b,c)          a ## b ## c
00015 
00016 // Concatenate four tokens together
00017 # define CLASSLIB_name4(a,b,c,d)                a ## b ## c ## d
00018 
00019 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00020 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00021 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00022 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00023 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00024 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00025 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00026 
00027 #endif // CLASSLIB_MACROS_H

Generated on Tue Jun 9 17:38:54 2009 for CMSSW by  doxygen 1.5.4