|
| | SEThermalCompartmentGraph (const std::string &name, Logger *logger) |
| |
| virtual | ~SEThermalCompartmentGraph () |
| |
| virtual | ~SECompartmentGraph () |
| |
| virtual void | Clear () |
| |
| virtual std::string | GetName () const |
| |
| virtual void | AddCompartment (CompartmentType &cmpt) |
| |
| virtual void | ForceAddCompartment (CompartmentType &cmpt) |
| |
| virtual CompartmentType * | GetCompartment (const std::string &name) |
| |
| virtual const CompartmentType * | GetCompartment (const std::string &name) const |
| |
| virtual const std::vector< CompartmentType * > & | GetCompartments () const |
| |
| virtual void | RemoveCompartment (const CompartmentType &cmpt) |
| |
| virtual void | RemoveCompartment (const std::string &name) |
| |
| virtual void | AddLink (CompartmentLinkType &link) |
| |
| virtual void | ForceAddLink (CompartmentLinkType &link) |
| |
| virtual CompartmentLinkType * | GetLink (const std::string &name) |
| |
| virtual const CompartmentLinkType * | GetLink (const std::string &name) const |
| |
| virtual const std::vector< CompartmentLinkType * > & | GetLinks () const |
| |
| virtual void | RemoveLink (const CompartmentLinkType &link) |
| |
| virtual void | RemoveLink (const std::string &name) |
| |
| | Loggable (Logger *logger=nullptr) |
| |
| | Loggable (std::string const &logfile) |
| |
| virtual | ~Loggable () |
| |
| virtual Logger * | GetLogger () 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 |
| |