1#ifndef FIRE_CONDITIONSOBJECT_H
2#define FIRE_CONDITIONSOBJECT_H
Base class for all conditions objects, very simple.
Definition: ConditionsObject.h:11
ConditionsObject(const std::string &name) noexcept
Define the name of the condition.
Definition: ConditionsObject.h:16
virtual ~ConditionsObject()=default
Default destructor.
std::string name_
Name of the object.
Definition: ConditionsObject.h:35
std::string getName() const
Get the name of this object.
Definition: ConditionsObject.h:29