XNetwork 1.7.5; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
Macros
xnetwork_config.hpp File Reference

Configuration and version macros for XNetwork library. More...

Go to the source code of this file.

Macros

#define XNETWORK_VERSION_MAJOR   0
 Major version number.
 
#define XNETWORK_VERSION_MINOR   1
 Minor version number.
 
#define XNETWORK_VERSION_PATCH   1
 Patch version number.
 
#define __has_feature(x)   0
 
#define XNETWORK_NO_EXCEPTIONS
 
#define XNETWORK_THROW(_, msg)
 

Detailed Description

Configuration and version macros for XNetwork library.

Defines version numbers, exception handling macros, and compiler feature detection for the XNetwork header-only C++ graph library.

Macro Definition Documentation

◆ __has_feature

#define __has_feature (   x)    0

◆ XNETWORK_NO_EXCEPTIONS

#define XNETWORK_NO_EXCEPTIONS

◆ XNETWORK_THROW

#define XNETWORK_THROW (   _,
  msg 
)
Value:
{ \
std::cerr << msg << '\n'; \
}
Read-only map of maps of maps (view into a dict-of-dict-of-dict structure)
Definition coreviews.hpp:109
AdjacencyView(Atlas &d)
Construct an AdjacencyView from an Atlas container.
Definition coreviews.hpp:115

◆ XNETWORK_VERSION_MAJOR

#define XNETWORK_VERSION_MAJOR   0

Major version number.

◆ XNETWORK_VERSION_MINOR

#define XNETWORK_VERSION_MINOR   1

Minor version number.

◆ XNETWORK_VERSION_PATCH

#define XNETWORK_VERSION_PATCH   1

Patch version number.