QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <fdmsnapshotcondition.hpp>
Public Member Functions | |
FdmSnapshotCondition (Time t) | |
void | applyTo (Array &a, Time t) const override |
Time | getTime () const |
const Array & | getValues () const |
Public Member Functions inherited from StepCondition< Array > | |
virtual | ~StepCondition ()=default |
virtual void | applyTo (Array &a, Time t) const=0 |
Private Attributes | |
const Time | t_ |
Array | values_ |
Definition at line 33 of file fdmsnapshotcondition.hpp.
|
explicit |
Definition at line 26 of file fdmsnapshotcondition.cpp.
Implements StepCondition< Array >.
Definition at line 31 of file fdmsnapshotcondition.cpp.
Time getTime | ( | ) | const |
Definition at line 37 of file fdmsnapshotcondition.cpp.
const Array & getValues | ( | ) | const |
Definition at line 42 of file fdmsnapshotcondition.cpp.
|
private |
Definition at line 42 of file fdmsnapshotcondition.hpp.
|
mutableprivate |
Definition at line 43 of file fdmsnapshotcondition.hpp.