Flow123d
release_2.2.0-914-gf1a3a4f
|
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 36 of file table_function.hh.
|
inline |
Definition at line 37 of file table_function.hh.
return_type TableFunction< Value >::TableValue::r_value_ |
Definition at line 42 of file table_function.hh.
double TableFunction< Value >::TableValue::t_ |
Definition at line 40 of file table_function.hh.
Value TableFunction< Value >::TableValue::value_ |
Definition at line 41 of file table_function.hh.