|
WSF
|
#include <TrackList.hpp>
Public Types | |
| typedef std::map< TrackId, WsfTrack * > | TrackMap |
Public Member Functions | |
| TrackList () | |
| ~TrackList () | |
| void | Add (TrackId aTrackId, WsfTrack *aTrack) |
| WsfTrack * | Find (TrackId aTrackId) |
| TrackMap::const_iterator | Begin () const |
| TrackMap::const_iterator | End () const |
Protected Attributes | |
| TrackMap | mTracks |
Represent a track list as a map. Provide methods to Add and Find tracks in the map.
| typedef std::map<TrackId, WsfTrack*> WsfL16::TrackList::TrackMap |
| WsfL16::TrackList::TrackList | ( | ) |
| WsfL16::TrackList::~TrackList | ( | ) |
References mTracks.
|
inline |
References mTracks.
|
inline |
References mTracks.
|
protected |
Referenced by Add(), Begin(), End(), Find(), and ~TrackList().