#include <CExpIter.h>
Public Types | |
typedef CExpIter< NaviType, ExpType > | self |
Name type of *this. | |
typedef pbori_base< self >::type | base |
Get base type. | |
Public Member Functions | |
CExpIter (NaviType navi) | |
Construct iteraor from navigator over decision diagram structure. | |
void | increment () |
Incrementation operation core. | |
self & | operator++ () |
Prefix incrementation operation. | |
self | operator++ (int) |
Postfix incrementation operation. |
typedef CExpIter<NaviType, ExpType> polybori::CExpIter< NaviType, ExpType >::self |
Name type of *this.
typedef pbori_base<self>::type polybori::CExpIter< NaviType, ExpType >::base |
Get base type.
polybori::CExpIter< NaviType, ExpType >::CExpIter | ( | NaviType | navi | ) | [inline] |
Construct iteraor from navigator over decision diagram structure.
void polybori::CExpIter< NaviType, ExpType >::increment | ( | ) | [inline] |
self& polybori::CExpIter< NaviType, ExpType >::operator++ | ( | ) | [inline] |
Prefix incrementation operation.
self polybori::CExpIter< NaviType, ExpType >::operator++ | ( | int | ) | [inline] |
Postfix incrementation operation.