#include <oagTimerTermObserver.h>
Public Member Functions | |
| TermObserver (oa::oaUInt4 priority, oa::oaBoolean enabled=true) | |
| void | onPostCreate (oa::oaOccTerm *instTerm) |
| void | onPreModify (oa::oaOccTerm *term, oa::oaTermModTypeEnum modType) |
| void | onPostModify (oa::oaOccTerm *term, oa::oaTermModTypeEnum modType) |
| void | onPreDestroy (oa::oaOccTerm *term) |
Private Member Functions | |
| void | invalidate (oa::oaOccTerm *term) |
This class is derived from the oaObserver class. The purpose of this class is to catch changes to the netlist and invalidate any TimingPoints which are affected.
|
||||||||||||
|
Constructor.
|
|
|
|
|
|
Callback after a term is created.
|
|
||||||||||||
|
Callback after a term is modified.
|
Here is the call graph for this function:

|
|
Callback before a term is destroyed.
|
|
||||||||||||
|
Callback before a term is modified.
|
Here is the call graph for this function:

1.3.9.1