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