DPsim
|
#include <Attribute.h>
Public Types | |
typedef std::shared_ptr< AttributeUpdateTaskBase< DependentType > > | Ptr |
Public Member Functions | |
virtual void | executeUpdate (std::shared_ptr< DependentType > &dependent)=0 |
virtual AttributeBase::List | getDependencies ()=0 |
Base class for all AttributeUpdateTasks. Enables storing tasks in an STL list independent of the dependency types.
Definition at line 203 of file Attribute.h.