#include <SECompartmentLink.h>

Inherits Loggable.

Inherited by SEFluidCompartmentLink< SEGasTransportEdge, SEGasTransportVertex, SEGasCompartment >, SEFluidCompartmentLink< SELiquidTransportEdge, SELiquidTransportVertex, SELiquidCompartment >, SEElectricalCompartmentLink, SEFluidCompartmentLink< FLUID_COMPARTMENT_LINK_TEMPLATE >, and SEThermalCompartmentLink.

Public Member Functions

virtual ~SECompartmentLink ()
 
virtual void Clear ()
 
virtual std::string GetName () const
 
virtual const SEScalarGetScalar (const std::string &name)=0
 
- Public Member Functions inherited from Loggable
 Loggable (Logger *logger=nullptr)
 
 Loggable (std::string const &logfile)
 
virtual ~Loggable ()
 
virtual LoggerGetLogger () const
 
virtual void SetLogger (Logger &logger)
 
virtual void Debug (std::string const &msg) const
 
virtual void Debug (std::stringstream &msg) const
 
virtual void Debug (std::ostream &msg) const
 
virtual void Info (std::string const &msg) const
 
virtual void Info (std::stringstream &msg) const
 
virtual void Info (const std::stringstream &msg) const
 
virtual void Info (std::ostream &msg) const
 
virtual void Warning (std::string const &msg) const
 
virtual void Warning (std::stringstream &msg) const
 
virtual void Warning (std::ostream &msg) const
 
virtual void Error (std::string const &msg) const
 
virtual void Error (std::stringstream &msg) const
 
virtual void Error (std::ostream &msg) const
 
virtual void Fatal (std::string const &msg) const
 
virtual void Fatal (std::stringstream &msg) const
 
virtual void Fatal (std::ostream &msg) const
 

Protected Member Functions

 SECompartmentLink (const std::string &nam, Logger *logger)
 

Protected Attributes

std::string m_Name
 
- Protected Attributes inherited from Loggable
bool myLogger
 
Loggerm_Logger
 

Friends

class PBCompartment
 

Constructor & Destructor Documentation

◆ SECompartmentLink()

SECompartmentLink::SECompartmentLink ( const std::string &  nam,
Logger logger 
)
protected

◆ ~SECompartmentLink()

SECompartmentLink::~SECompartmentLink ( )
virtual

Member Function Documentation

◆ Clear()

◆ GetName()

◆ GetScalar()

Friends And Related Function Documentation

◆ PBCompartment

friend class PBCompartment
friend

Member Data Documentation

◆ m_Name

std::string SECompartmentLink::m_Name
protected

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.