#include <SEDataRequest.h>
| biogears::SEDataRequest::SEDataRequest |
( |
const SEDecimalFormat * |
dfault = nullptr | ) |
|
|
protected |
| biogears::SEDataRequest::~SEDataRequest |
( |
| ) |
|
|
overridevirtual |
| void biogears::SEDataRequest::Clear |
( |
| ) |
|
|
virtual |
| std::string biogears::SEDataRequest::GetName |
( |
| ) |
const |
|
virtual |
| const char * biogears::SEDataRequest::GetName_cStr |
( |
| ) |
const |
|
virtual |
| const char * biogears::SEDataRequest::GetRequestedUnit |
( |
| ) |
const |
|
virtual |
| virtual size_t biogears::SEDataRequest::HashCode |
( |
| ) |
const |
|
pure virtual |
| bool biogears::SEDataRequest::HasName |
( |
| ) |
const |
|
virtual |
| bool biogears::SEDataRequest::HasRequestedUnit |
( |
| ) |
const |
|
virtual |
| bool biogears::SEDataRequest::HasUnit |
( |
| ) |
const |
|
virtual |
| void biogears::SEDataRequest::InvalidateName |
( |
| ) |
|
|
virtual |
| void biogears::SEDataRequest::InvalidateRequestedUnit |
( |
| ) |
|
|
virtual |
| void biogears::SEDataRequest::InvalidateUnit |
( |
| ) |
|
|
virtual |
| void biogears::SEDataRequest::Set |
( |
const char * |
name, |
|
|
const char * |
unit = "" |
|
) |
| |
|
virtual |
| void biogears::SEDataRequest::Set |
( |
const std::string & |
name, |
|
|
const std::string & |
unit = "" |
|
) |
| |
|
virtual |
| void biogears::SEDataRequest::Set |
( |
const char * |
name, |
|
|
const CCompoundUnit & |
unit |
|
) |
| |
|
virtual |
| void biogears::SEDataRequest::Set |
( |
const std::string & |
name, |
|
|
const CCompoundUnit & |
unit |
|
) |
| |
|
virtual |
| void biogears::SEDataRequest::SetName |
( |
const char * |
name | ) |
|
|
virtual |
| void biogears::SEDataRequest::SetName |
( |
const std::string & |
name | ) |
|
|
virtual |
| void biogears::SEDataRequest::SetRequestedUnit |
( |
const char * |
unit | ) |
|
|
virtual |
| void biogears::SEDataRequest::SetRequestedUnit |
( |
const std::string & |
unit | ) |
|
|
virtual |
| void biogears::SEDataRequest::SetUnit |
( |
const CCompoundUnit & |
unit | ) |
|
|
virtual |
Reimplemented in biogears::SECompartmentDataRequest, biogears::SEEquipmentDataRequest, biogears::SESubstanceDataRequest, biogears::SECompartmentSubstanceDataRequest, biogears::SETissueCompartmentDataRequest, biogears::SEGasCompartmentDataRequest, biogears::SEPatientDataRequest, biogears::SEPhysiologyDataRequest, biogears::SEEnvironmentDataRequest, biogears::SELiquidCompartmentDataRequest, and biogears::SEThermalCompartmentDataRequest.
| size_t biogears::SEDataRequest::m_Hash |
|
mutableprotected |
| std::string biogears::SEDataRequest::m_Name |
|
protected |
| std::string biogears::SEDataRequest::m_RequestedUnit |
|
protected |