|
Documentation for OpenFLUID
2.2.1
|
#include <tools/DistributionBindings.hpp>
Public Member Functions | |
| DistributionBindings (const DistributionTables &DistriTables) | |
Public Member Functions inherited from openfluid::tools::SimpleDistributionBindings< double, openfluid::core::DoubleValue > | |
| SimpleDistributionBindings (const DistributionTables &DistriTables) | |
| bool | getValue (const openfluid::core::UnitID_t &UnitID, const openfluid::core::DateTime &DT, openfluid::core::DoubleValue &Value) |
| void | displayBindings () |
Public Member Functions inherited from openfluid::tools::GenericDistributionBindings< double > | |
| GenericDistributionBindings ()=default | |
| ~GenericDistributionBindings () | |
| void | advanceToTime (const openfluid::core::DateTime &DT) |
| bool | advanceToNextTimeAfter (const openfluid::core::DateTime &DT, openfluid::core::DateTime &NextDT) |
Additional Inherited Members | |
Public Types inherited from openfluid::tools::SimpleDistributionBindings< double, openfluid::core::DoubleValue > | |
| typedef std::map< openfluid::core::UnitID_t, ReaderNextValue< double > * > | UnitIDReader_t |
Public Types inherited from openfluid::tools::GenericDistributionBindings< double > | |
| typedef std::list< ReaderNextValue< double > > | ReadersNextValues_t |
Protected Attributes inherited from openfluid::tools::SimpleDistributionBindings< double, openfluid::core::DoubleValue > | |
| UnitIDReader_t | m_UnitIDReaders |
Protected Attributes inherited from openfluid::tools::GenericDistributionBindings< double > | |
| ReadersNextValues_t | m_ReadersNextValues |


|
inline |