#include <notifylist.h>
Collaboration diagram for CVC3::NotifyList:
Definition at line 31 of file notifylist.h.
CVC3::NotifyList::NotifyList | ( | Context * | c | ) | [inline] |
unsigned CVC3::NotifyList::size | ( | ) | const [inline] |
Definition at line 39 of file notifylist.h.
References d_tlist, and CVC3::CDList< T >::size().
Referenced by CVC3::operator<<(), and CVC3::TheoryCore::processNotify().
Definition at line 40 of file notifylist.h.
References d_elist, d_tlist, and CVC3::CDList< T >::push_back().
Referenced by CVC3::TheoryCore::addNotifyEq(), and CVC3::Expr::addToNotify().
Theory* CVC3::NotifyList::getTheory | ( | int | i | ) | const [inline] |
Definition at line 41 of file notifylist.h.
References d_tlist.
Referenced by CVC3::operator<<(), and CVC3::TheoryCore::processNotify().
Expr CVC3::NotifyList::getExpr | ( | int | i | ) | const [inline] |
Definition at line 42 of file notifylist.h.
References d_elist.
Referenced by CVC3::operator<<(), and CVC3::TheoryCore::processNotify().
CDList<Theory*> CVC3::NotifyList::d_tlist [private] |
CDList<Expr> CVC3::NotifyList::d_elist [private] |