Flow123d
master-f44eb46
|
Store value in one t stamp. More...
#include <table_function.hh>
Public Member Functions | |
TableValue (double t, Value val) | |
Public Attributes | |
double | t_ |
Value | value_ |
return_type | r_value_ |
Store value in one t stamp.
Definition at line 44 of file table_function.hh.
|
inline |
Definition at line 45 of file table_function.hh.
return_type TableFunction< Value >::TableValue::r_value_ |
Definition at line 50 of file table_function.hh.
double TableFunction< Value >::TableValue::t_ |
Definition at line 48 of file table_function.hh.
Value TableFunction< Value >::TableValue::value_ |
Definition at line 49 of file table_function.hh.