#include <Expr_RelationIterator.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | Expr_RelationIterator (const Handle(Expr_GeneralRelation)&rel) |
| Standard_EXPORT Standard_Boolean | More () const |
| Returns False if no other relation remains. . | |
| Standard_EXPORT void | Next () |
| Standard_EXPORT Handle_Expr_SingleRelation | Value () const |
| Returns current basic relation. Exception is raised if no more relation remains. . | |
Private Attributes | |
| Expr_Array1OfSingleRelation | myRelation |
| Standard_Integer | current |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.4.1