Itérateur sur les résultats d'une OpeProjection.  
 More...
#include "cogitant/opeprojection.h"
Itérateur sur les résultats d'une OpeProjection. 
- Warning
- Un seul parcours à la fois peut être effectué sur une instance d'OpeProjection. Un itérateur ne peut être utilisé pour mémoriser une projection, il permet simplement de demander à l'OpeProjection de calculer la projection suivante. 
- See also
- Projection calculation. 
◆ ProjectionIterator() [1/2]
  
  | 
        
          | cogitant::ProjectionIterator::ProjectionIterator | ( |  | ) |  |  | inline | 
 
 
◆ ProjectionIterator() [2/2]
  
  | 
        
          | cogitant::ProjectionIterator::ProjectionIterator | ( | OpeProjection * | operation, |  
          |  |  | bool | finished |  
          |  | ) |  |  |  | inline | 
 
 
◆ operator!=()
◆ operator*()
  
  | 
        
          | Projection const& cogitant::ProjectionIterator::operator* | ( |  | ) | const |  | inline | 
 
 
◆ operator++() [1/2]
Incrémentation de l'itérateur. 
 
 
◆ operator++() [2/2]
Incrémentation de l'itérateur. 
 
 
◆ operator==()