ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
#include <ERF_EBIF.H>
Public Member Functions | |
CIF (F &&f, bool a_active) | |
~CIF ()=default | |
CIF (const CIF &rhs)=default | |
CIF (CIF &&rhs) noexcept=default | |
CIF & | operator= (const CIF &rhs)=default |
CIF & | operator= (CIF &&rhs) noexcept=default |
void | set_active (bool a_active) |
bool | is_active () const |
Private Attributes | |
bool | m_active |
Referenced by CIF< F >::is_active(), and CIF< F >::set_active().