MPD
0.20.18
|
#include "check.h"
#include "Chrono.hxx"
#include "tag/Tag.hxx"
#include "Compiler.h"
#include <boost/intrusive/list.hpp>
#include <string>
#include <time.h>
Go to the source code of this file.
Data Structures | |
struct | Song |
A song file inside the configured music directory. More... | |
struct | Song::Disposer |
Typedefs | |
typedef boost::intrusive::list< Song, boost::intrusive::member_hook< Song, Song::Hook, &Song::siblings >, boost::intrusive::constant_time_size< false > > | SongList |
typedef boost::intrusive::list<Song, boost::intrusive::member_hook<Song, Song::Hook, &Song::siblings>, boost::intrusive::constant_time_size<false> > SongList |