COPASI API
4.16.103
|
#include "test000100.h"
#include <string>
#include <sstream>
#include <stdexcept>
#include <iostream>
#include <signal.h>
#include "utilities.hpp"
#include "copasi/report/CCopasiRootContainer.h"
#include "copasi/CopasiDataModel/CCopasiDataModel.h"
Go to the source code of this file.
Functions | |
void | abort_handler (int) |
Variables | |
struct sigaction * | pNewAct = NULL |
struct sigaction * | pOldAct = NULL |
void abort_handler | ( | int | ) |
Definition at line 33 of file test000100.cpp.
Referenced by test000100::setUp().
struct sigaction* pNewAct = NULL |
Definition at line 39 of file test000100.cpp.
Referenced by test000100::setUp().
struct sigaction* pOldAct = NULL |
Definition at line 40 of file test000100.cpp.
Referenced by test000100::setUp(), and test000100::tearDown().