#include <LineHandler.h>
Types publics | |
typedef LineMapType::const_iterator | const_iterator |
Fonctions membres publiques | |
boost::shared_ptr< Line > | createLine (const std::wstring lineName) |
SharedConstLine | getLine (const std::wstring &name) const |
SharedConstLine | getLine (const int id) const |
void | clear () |
std::size_t | size () const |
const_iterator | begin () const |
const_iterator | end () const |
Contient la liste des lignes et permet de les retrouver par ID ou par nom.
typedef LineMapType::const_iterator LineHandler::const_iterator |
LineHandler::const_iterator LineHandler::begin | ( | ) | const [inline] |
void LineHandler::clear | ( | ) |
shared_ptr< Line > LineHandler::createLine | ( | const std::wstring | lineName | ) |
LineHandler::const_iterator LineHandler::end | ( | ) | const [inline] |
LineHandler::SharedConstLine LineHandler::getLine | ( | const int | id | ) | const |
LineHandler::SharedConstLine LineHandler::getLine | ( | const std::wstring & | name | ) | const |
std::size_t LineHandler::size | ( | ) | const [inline] |