xmlwrapp/version.h File Reference

This file contains the XMLWRAPP_CHECK_VERSION macro. More...

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

Go to the source code of this file.

Defines

#define XMLWRAPP_CHECK_VERSION(major, minor, micro)
 Checks if xmlwrapp version is at least major.

Detailed Description

This file contains the XMLWRAPP_CHECK_VERSION macro.


Define Documentation

#define XMLWRAPP_CHECK_VERSION ( major,
minor,
micro   ) 
Value:
(                                                     \
            XMLWRAPP_VERSION_MAJOR > (major)                  \
            ||                                                \
            (XMLWRAPP_VERSION_MAJOR == (major) &&             \
             XMLWRAPP_VERSION_MINOR >= (minor))               \
            ||                                                \
            (XMLWRAPP_VERSION_MAJOR == (major) &&             \
            (XMLWRAPP_VERSION_MINOR == (minor) &&             \
             XMLWRAPP_VERSION_MICRO >= (micro))               \
        )

Checks if xmlwrapp version is at least major.

minor.micro.


Generated on Sun Dec 20 12:42:32 2009 for xmlwrapp by  doxygen 1.6.1