LLFIO  v2.00
llfio.hpp File Reference

The master versioned LLFIO include file. All version specific LLFIO consuming libraries should include this header only. More...

Macros

#define LLFIO_VERSION_GLUE2(a, b, c)   a##b##c
 
#define LLFIO_VERSION_GLUE(a, b, c)   LLFIO_VERSION_GLUE2(a, b, c)
 
#define LLFIO_VERSION_MAJOR   2
 
#define LLFIO_VERSION_MINOR   0
 
#define LLFIO_VERSION_PATCH   0
 
#define LLFIO_VERSION_REVISION   0
 
#define LLFIO_NAMESPACE_VERSION   LLFIO_VERSION_GLUE(LLFIO_VERSION_MAJOR, _, LLFIO_VERSION_MINOR)
 The namespace LLFIO_V2_NAMESPACE::v ## LLFIO_NAMESPACE_VERSION.
 
#define LLFIO_MODULE_NAME   LLFIO_VERSION_GLUE(llfio_v, LLFIO_NAMESPACE_VERSION, )
 The LLFIO C++ module name.
 
#define LLFIO_INCLUDE_ALL
 

Detailed Description

The master versioned LLFIO include file. All version specific LLFIO consuming libraries should include this header only.