11#ifndef L16_TRACKLIST_HPP
12#define L16_TRACKLIST_HPP
27 TrackId(
unsigned aSourceTrackNumber,
unsigned aTrackNumber);
49 TrackMap::const_iterator
End()
const {
return mTracks.end(); }
Definition TrackList.hpp:25
TrackId(unsigned aSourceTrackNumber, unsigned aTrackNumber)
Definition TrackList.cpp:44
unsigned mSourceTrackNumber
Definition TrackList.hpp:29
bool operator<(const TrackId &aRhs) const
Definition TrackList.cpp:50
unsigned mTrackNumber
Definition TrackList.hpp:30
~TrackList()
Definition TrackList.cpp:20
TrackMap::const_iterator End() const
Definition TrackList.hpp:49
TrackMap::const_iterator Begin() const
Definition TrackList.hpp:48
TrackList()
Definition TrackList.cpp:18
std::map< TrackId, WsfTrack * > TrackMap
Definition TrackList.hpp:40
TrackMap mTracks
Definition TrackList.hpp:52
WsfTrack * Find(TrackId aTrackId)
Definition TrackList.cpp:33
void Add(TrackId aTrackId, WsfTrack *aTrack)
Definition TrackList.cpp:28
An object that represents an 'track' (perception) of something.
Definition WsfTrack.hpp:120
This file should be included prior to defining a message. Currently there is a limit of 32 fields per...
Definition AllMessages.hpp:55