|
ant
A2 ant: class-based analysis framework
|
Inheritance diagram for UpdateableItem:
Collaboration diagram for UpdateableItem:Public Member Functions | |
| UpdateableItem (const list< TID > &changePoints) | |
| virtual std::list< Loader_t > | GetLoaders () override |
Public Member Functions inherited from ant::Updateable_traits | |
| virtual void | UpdatedTIDFlags (const TID &) |
| UpdatedTIDFlags called when processed event has some different flags in TID. More... | |
| virtual | ~Updateable_traits ()=default |
Public Attributes | |
| const list< TID > | ChangePoints |
| vector< TID > | UpdatePoints |
Additional Inherited Members | |
Public Types inherited from ant::Updateable_traits | |
| using | Loader_t = std::function< void(const TID &currPoint, TID &nextChangePoint)> |
|
inline |
|
inlineoverridevirtual |
Implements ant::Updateable_traits.
| const list<TID> UpdateableItem::ChangePoints |
| vector<TID> UpdateableItem::UpdatePoints |