config.h File Reference

LiMaL configuration file. More...

#include <blocxx/BLOCXX_config.h>

Go to the source code of this file.

Namespaces

namespace  limal

Defines

#define LIMAL_CONFIG_H   1
#define LIMAL_LIB_VERSION   "1.1.5"
 LiMaL library version.
#define LIMAL_API_VERSION   1
 LiMaL API/namespace version.
#define LIMAL_DEFINE_NAMESPACE_CAT(name, ver)   name ## ver
 Helper macros to define a namespace with version.
#define LIMAL_DEFINE_NAMESPACE(name, ver)   LIMAL_DEFINE_NAMESPACE_CAT(name,ver)

Functions

const char *const limal_lib_version ()
 LiMaL library version string function.
const unsigned int limal_api_version ()
 LiMaL API version number function.


Detailed Description

LiMaL configuration file.

This is config file provides compilation time definitions like the version of the library, and the declaration of the main LiMaL namespace.


Define Documentation

#define LIMAL_API_VERSION   1
 

LiMaL API/namespace version.

#define LIMAL_CONFIG_H   1
 

#define LIMAL_DEFINE_NAMESPACE name,
ver   )     LIMAL_DEFINE_NAMESPACE_CAT(name,ver)
 

#define LIMAL_DEFINE_NAMESPACE_CAT name,
ver   )     name ## ver
 

Helper macros to define a namespace with version.

#define LIMAL_LIB_VERSION   "1.1.5"
 

LiMaL library version.


Function Documentation

const unsigned int limal_api_version  ) 
 

LiMaL API version number function.

Returns:
API version number

const char* const limal_lib_version  ) 
 

LiMaL library version string function.

Returns:
library version string


Generated on Tue May 2 09:52:00 2006 for limal by  doxygen 1.4.6