BioCMAMC-ST
Api Namespace Reference

Api This namespace contains classes and functions related to the simulation API. More...

Classes

class  SimulationInstance
 Represents an instance of a simulation with customizable parameters and behaviors. More...

Functions

constexpr std::array< int, 3 > get_version ()
constexpr int validate_version (int major, int minor, int dev)
constexpr bool version_is_compatible (int major, int minor, int dev)
void finalise ()

Detailed Description

Api This namespace contains classes and functions related to the simulation API.

Function Documentation

◆ finalise()

void Api::finalise ( )
Here is the caller graph for this function:

◆ get_version()

std::array< int, 3 > Api::get_version ( )
constexpr

◆ validate_version()

int Api::validate_version ( int major,
int minor,
int dev )
constexpr
Here is the caller graph for this function:

◆ version_is_compatible()

bool Api::version_is_compatible ( int major,
int minor,
int dev )
constexpr
Here is the call graph for this function: