< Needed by TransCopier More...
Public Member Functions | |
virtual | ~TransFunctor () |
virtual void | operator() (ITrans *t)=0 |
< Needed by TransCopier
Pure virtual class exporting the interface used by wali::wfa::WFA::for_each. This class allows for modification of the WFA's Trans objects in place.
virtual wali::wfa::TransFunctor::~TransFunctor | ( | ) | [virtual] |
virtual void wali::wfa::TransFunctor::operator() | ( | ITrans * | t | ) | [pure virtual] |
Implemented in wali::wfa::TransDeleter, wali::wfa::TransZeroWeight, and wali::wfa::StackHasher.