/[projects]/queensgui/src/containervector.h
ViewVC logotype

Diff of /queensgui/src/containervector.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5 by torben, Thu Jul 19 23:44:01 2007 UTC revision 6 by torben, Fri Jul 20 09:54:09 2007 UTC
# Line 23  Line 23 
23  #include "solutioncontainer.h"  #include "solutioncontainer.h"
24    
25  #include <vector>  #include <vector>
26    #include <boost/shared_ptr.hpp>
27  #include "solution.h"  #include "solution.h"
28    
29  /**  /**
# Line 30  Line 31 
31  */  */
32  class ContainerVector : public SolutionContainer{  class ContainerVector : public SolutionContainer{
33  protected:  protected:
34      std::vector<Solution*> solutions;      std::vector<boost::shared_ptr<Solution> > solutions;
35      typedef std::vector<Solution*>::iterator VIt;      typedef std::vector<boost::shared_ptr<Solution> >::iterator VIt;
36      void uniqueSolutionsWorker(int rot, bool mirror);      void uniqueSolutionsWorker(int rot, bool mirror);
37      int total;      int total;
38    

Legend:
Removed from v.5  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.20