mrgsolve
Classes | Macros | Typedefs | Functions
datarecord.h File Reference
#include "mrgsolv.h"
#include "LSODA.h"

Go to the source code of this file.

Classes

class  datarecord
 
struct  CompRec
 Functor for sorting data records in reclist. More...
 

Macros

#define NEWREC   std::make_shared<datarecord>
 

Typedefs

typedef std::shared_ptr< datarecordrec_ptr
 
typedef std::vector< rec_ptrreclist
 

Functions

bool CompByTimePosRec (const rec_ptr &a, const rec_ptr &b)
 
bool CompEqual (const reclist &a, double time, unsigned int evid, int cmt)
 

Macro Definition Documentation

◆ NEWREC

#define NEWREC   std::make_shared<datarecord>

Typedef Documentation

◆ rec_ptr

typedef std::shared_ptr<datarecord> rec_ptr

◆ reclist

typedef std::vector<rec_ptr> reclist

Function Documentation

◆ CompByTimePosRec()

bool CompByTimePosRec ( const rec_ptr a,
const rec_ptr b 
)

◆ CompEqual()

bool CompEqual ( const reclist a,
double  time,
unsigned int  evid,
int  cmt 
)