#include <PathResult.h>
Classes | |
struct | Step |
Représente une étape du chemin. Plus de détails... | |
Types publics | |
typedef StepList::iterator | iterator |
typedef StepList::const_iterator | const_iterator |
Fonctions membres publiques | |
PathResult () | |
void | addStep (const Step &newStep) |
unsigned int | getTotalMinuteDuration () const |
size_t | size () const |
bool | empty () const |
const_iterator | begin () const |
const_iterator | end () const |
Contient le meilleur chemin trouvé, sous forme de liste d'étape (Step).
typedef StepList::const_iterator PathResult::const_iterator |
typedef StepList::iterator PathResult::iterator |
PathResult::PathResult | ( | ) |
void PathResult::addStep | ( | const Step & | newStep | ) |
PathResult::const_iterator PathResult::begin | ( | ) | const [inline] |
bool PathResult::empty | ( | ) | const [inline] |
PathResult::const_iterator PathResult::end | ( | ) | const [inline] |
unsigned int PathResult::getTotalMinuteDuration | ( | ) | const [inline] |
size_t PathResult::size | ( | ) | const [inline] |