gatb.core-API-0.0.0
Iterator.hpp File Reference

Smart Pointer Design Pattern definition. More...

#include <gatb/system/api/types.hpp>
#include <gatb/system/api/ISmartPointer.hpp>
#include <vector>
#include <iostream>
Include dependency graph for Iterator.hpp:

Classes

class  Iterator< Item >
 Definition of the Design Pattern Iterator interface. More...
 
class  IteratorListener
 Interface for listening to iteration progress. More...
 

Namespaces

 gatb::core
 Core package of the GATP project.
 
 gatb::core::tools
 Tools package.
 
 gatb::core::tools::dp
 Design Patterns concepts.
 

Detailed Description

Smart Pointer Design Pattern definition.

Date
01/03/2013
Author
edrezen This file holds interfaces related to the Design Pattern Observer.