|
ocssw
V2022
|
VariableFillRange< T >
#include <Variable.hpp>
Inheritance diagram for VariableFillRange< T >:
Collaboration diagram for VariableFillRange< T >:
Public Member Functions | |
| VariableFillRange (T min, T max) | |
| bool | is_fill (const T &data) override |
Public Member Functions inherited from VariableFill< T > | |
| VariableFill () | |
| virtual | ~VariableFill () |
Detailed Description
template<typename T>
class focs::VariableFillRange< T >
Definition at line 62 of file Variable.hpp.
Constructor & Destructor Documentation
◆ VariableFillRange()
|
inline |
Definition at line 64 of file Variable.hpp.
Member Function Documentation
◆ is_fill()
Reimplemented from VariableFill< T >.
Definition at line 65 of file Variable.hpp.
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/include/focs/Variable.hpp

Public Member Functions inherited from 
