Flow123d
release_3.0.0-880-gc768b7a
|
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 43 of file table_function.hh.
|
inline |
Definition at line 44 of file table_function.hh.
return_type TableFunction< Value >::TableValue::r_value_ |
Definition at line 49 of file table_function.hh.
double TableFunction< Value >::TableValue::t_ |
Definition at line 47 of file table_function.hh.
Value TableFunction< Value >::TableValue::value_ |
Definition at line 48 of file table_function.hh.