Flow123d  master-f44eb46
Public Member Functions | Public Attributes | List of all members
TableFunction< Value >::TableValue Struct Reference

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_
 

Detailed Description

template<class Value>
struct TableFunction< Value >::TableValue

Store value in one t stamp.

Definition at line 44 of file table_function.hh.

Constructor & Destructor Documentation

◆ TableValue()

template<class Value >
TableFunction< Value >::TableValue::TableValue ( double  t,
Value  val 
)
inline

Definition at line 45 of file table_function.hh.

Member Data Documentation

◆ r_value_

template<class Value >
return_type TableFunction< Value >::TableValue::r_value_

Definition at line 50 of file table_function.hh.

◆ t_

template<class Value >
double TableFunction< Value >::TableValue::t_

Definition at line 48 of file table_function.hh.

◆ value_

template<class Value >
Value TableFunction< Value >::TableValue::value_

Definition at line 49 of file table_function.hh.


The documentation for this struct was generated from the following file: