#include <string>
#include <vector>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
Aller au code source de ce fichier.
Classes | |
class | Line |
Contient les données d'une ligne de métro. Plus de détails... | |
Définition de type | |
typedef boost::shared_ptr < const Station > | SharedConstStation |
typedef boost::shared_ptr< Line > | SharedLine |
typedef boost::shared_ptr < const Line > | SharedConstLine |
typedef boost::shared_ptr<const Line> SharedConstLine |
typedef boost::shared_ptr<const Station> SharedConstStation |
typedef boost::shared_ptr<Line> SharedLine |