| SAGA Adaptor CPI v.1.0 | 
#include <saga/saga/util.hpp>#include <saga/saga/version.hpp>#include <saga/saga/packages/replica/config.hpp>Go to the source code of this file.
| Namespaces | |
| namespace | saga | 
| The SAGA root namespace. | |
| Defines | |
| #define | SAGA_VERSION_PACKAGE_REPLICA_FULL SAGA_VERSION_FULL | 
| #define | SAGA_VERSION_PACKAGE_REPLICA_MAJOR SAGA_VERSION_MAJOR | 
| #define | SAGA_VERSION_PACKAGE_REPLICA_MINOR SAGA_VERSION_MINOR | 
| #define | SAGA_VERSION_PACKAGE_REPLICA_SUBMINOR SAGA_VERSION_SUBMINOR | 
| #define | SAGA_VERSION_PACKAGE_REPLICA_DATE SAGA_VERSION_DATE | 
| #define | SAGA_VERSION_PACKAGE_REPLICA_SUBMINORMASK SAGA_VERSION_SUBMINORMASK | 
| #define | SAGA_VERSION_PACKAGE_REPLICA_API 0x010400 | 
| #define | SAGA_VERSION_PACKAGE_REPLICA_ISCOMPATIBLE_EX(version) | 
| #define | SAGA_VERSION_PACKAGE_REPLICA_ISCOMPATIBLE() | 
| Functions | |
| unsigned long | saga::get_replica_package_version (void) | 
| unsigned long | saga::get_replica_package_api_version (void) | 
| #define SAGA_VERSION_PACKAGE_REPLICA_FULL SAGA_VERSION_FULL | 
Definition at line 25 of file packages/replica/version.hpp.
Referenced by saga::get_replica_package_version().
| #define SAGA_VERSION_PACKAGE_REPLICA_MAJOR SAGA_VERSION_MAJOR | 
Definition at line 27 of file packages/replica/version.hpp.
| #define SAGA_VERSION_PACKAGE_REPLICA_MINOR SAGA_VERSION_MINOR | 
Definition at line 28 of file packages/replica/version.hpp.
| #define SAGA_VERSION_PACKAGE_REPLICA_SUBMINOR SAGA_VERSION_SUBMINOR | 
Definition at line 29 of file packages/replica/version.hpp.
| #define SAGA_VERSION_PACKAGE_REPLICA_DATE SAGA_VERSION_DATE | 
Definition at line 31 of file packages/replica/version.hpp.
| #define SAGA_VERSION_PACKAGE_REPLICA_SUBMINORMASK SAGA_VERSION_SUBMINORMASK | 
Definition at line 33 of file packages/replica/version.hpp.
| #define SAGA_VERSION_PACKAGE_REPLICA_API 0x010400 | 
Definition at line 37 of file packages/replica/version.hpp.
Referenced by saga::get_replica_package_api_version().
| #define SAGA_VERSION_PACKAGE_REPLICA_ISCOMPATIBLE_EX | ( | version | ) | 
(((version) & ~SAGA_VERSION_PACKAGE_REPLICA_SUBMINORMASK) >= \ (SAGA_VERSION_PACKAGE_REPLICA_FULL & \ ~SAGA_VERSION_PACKAGE_REPLICA_SUBMINORMASK)) \
Definition at line 47 of file packages/replica/version.hpp.
| #define SAGA_VERSION_PACKAGE_REPLICA_ISCOMPATIBLE | ( | ) | 
Definition at line 53 of file packages/replica/version.hpp.