|
Flow123d
DF_patch_fe_darcy_complete-579fe1e
|
#include <patch_point_values.hh>
Public Member Functions | |
| RevertibleValue () | |
| Default constructor. More... | |
| RevertibleValue (const RevertibleValue &other) | |
| Copy constructor. More... | |
| RevertibleValue & | operator= (RevertibleValue &other) |
| Declaration of operators. More... | |
| RevertibleValue & | operator++ () |
| RevertibleValue & | operator+= (std::size_t inc_val) |
| std::size_t | operator() () const |
| void | reset () |
| Reset value to zero. More... | |
| void | make_permanent () |
| Finalize temporary value. More... | |
Private Attributes | |
| std::size_t | permanent_ |
| std::size_t | temporary_ |
Definition at line 75 of file patch_point_values.hh.
|
inline |
Default constructor.
Definition at line 78 of file patch_point_values.hh.
|
inline |
Copy constructor.
Definition at line 81 of file patch_point_values.hh.
|
inline |
Finalize temporary value.
Definition at line 122 of file patch_point_values.hh.

|
inline |
Definition at line 104 of file patch_point_values.hh.
|
inline |
Definition at line 92 of file patch_point_values.hh.
|
inline |
Definition at line 98 of file patch_point_values.hh.
|
inline |
Declaration of operators.
Definition at line 86 of file patch_point_values.hh.
|
inline |
Reset value to zero.
Definition at line 111 of file patch_point_values.hh.

|
private |
Definition at line 133 of file patch_point_values.hh.
|
private |
Definition at line 134 of file patch_point_values.hh.