file gm2calc_1_2_0/include/gambit/Backends/backend_types/gm2calc_1_2_0/identification.hpp

[No description available]

Defines

Name
BACKENDNAME
BACKENDLANG
VERSION
SAFE_VERSION
REFERENCE
DO_CLASSLOADING

Macros Documentation

define BACKENDNAME

#define BACKENDNAME gm2calc

define BACKENDLANG

#define BACKENDLANG CXX

define VERSION

#define VERSION 1.2.0

define SAFE_VERSION

#define SAFE_VERSION 1_2_0

define REFERENCE

#define REFERENCE Athron:2015rva

define DO_CLASSLOADING

#define DO_CLASSLOADING 1

Source code

// Identify backend and set macro flags

#include "gambit/Utils/cats.hpp"

#define BACKENDNAME gm2calc
#define BACKENDLANG CXX
#define VERSION 1.2.0
#define SAFE_VERSION 1_2_0
#define REFERENCE Athron:2015rva

#undef DO_CLASSLOADING
#define DO_CLASSLOADING 1

Updated on 2023-06-26 at 21:36:57 +0000