#include <history.h>
Detailed Description
Definition at line 34 of file history.h.
Constructor & Destructor Documentation
qucs::history::history |
( |
| ) |
[inline] |
default constructor
Definition at line 38 of file history.h.
qucs::history::history |
( |
const history & |
h | ) |
[inline] |
The copy constructor creates a new instance based on the given history object.
Definition at line 47 of file history.h.
Member Function Documentation
void qucs::history::apply |
( |
const history & |
h | ) |
[inline] |
void qucs::history::drop |
( |
void |
| ) |
|
nr_double_t qucs::history::duration |
( |
void |
| ) |
const [inline] |
Returns the duration of the history.
Definition at line 108 of file history.h.
nr_double_t qucs::history::first |
( |
void |
| ) |
const [inline] |
Returns the first (oldest) time value in the history.
Definition at line 88 of file history.h.
nr_double_t qucs::history::getAge |
( |
void |
| ) |
const [inline] |
nr_double_t qucs::history::last |
( |
void |
| ) |
const [inline] |
Returns the last (youngest) time value in the history.
Definition at line 83 of file history.h.
unsigned int qucs::history::leftidx |
( |
void |
| ) |
const [inline] |
void qucs::history::push_back |
( |
const nr_double_t |
val | ) |
[inline] |
The function appends the given value to the history.
Definition at line 55 of file history.h.
void qucs::history::resize |
( |
const std::size_t |
n | ) |
[inline] |
void qucs::history::self |
( |
void |
| ) |
[inline] |
void qucs::history::setAge |
( |
const nr_double_t |
a | ) |
[inline] |
void qucs::history::truncate |
( |
const std::size_t |
n | ) |
|
std::size_t qucs::history::unused |
( |
void |
| ) |
[inline] |
Returns number of unused values (time value vector shorter than value vector).
Definition at line 101 of file history.h.
Field Documentation
bool qucs::history::sign [private] |
The documentation for this class was generated from the following files: