Flow123d  release_2.2.0-914-gf1a3a4f
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 36 of file table_function.hh.

Constructor & Destructor Documentation

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

Definition at line 37 of file table_function.hh.

Member Data Documentation

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

Definition at line 42 of file table_function.hh.

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

Definition at line 40 of file table_function.hh.

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

Definition at line 41 of file table_function.hh.


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