foobar2000 SDK
2015-01-14
|
#include <playable_location.h>
Public Member Functions | |
playable_location_impl () | |
playable_location_impl (const char *p_path, t_uint32 p_subsong) | |
playable_location_impl (const playable_location &src) | |
playable_location_impl (const playable_location_impl &src) | |
const char * | get_path () const |
t_uint32 | get_subsong () const |
const playable_location_impl & | operator= (const playable_location &src) |
const playable_location_impl & | operator= (const playable_location_impl &src) |
void | set_path (const char *p_path) |
void | set_subsong (t_uint32 p_subsong) |
![]() | |
void | copy (const playable_location &p_other) |
t_uint32 | get_subsong_index () const |
bool | is_empty () |
bool | is_empty () const |
bool | is_valid () const |
bool | operator!= (const playable_location &p_other) const |
const playable_location & | operator= (const playable_location &src) |
bool | operator== (const playable_location &p_other) const |
void | reset () |
void | set_subsong_index (t_uint32 v) |
Private Attributes | |
pfc::string_simple | m_path |
t_uint32 | m_subsong |
Additional Inherited Members | |
![]() | |
static int | g_compare (const playable_location &p_item1, const playable_location &p_item2) |
static bool | g_equals (const playable_location &p_item1, const playable_location &p_item2) |
![]() | |
playable_location () | |
~playable_location () | |
Definition at line 55 of file playable_location.h.
|
inline |
Definition at line 66 of file playable_location.h.
|
inline |
Definition at line 67 of file playable_location.h.
|
inline |
Definition at line 68 of file playable_location.h.
|
inline |
Definition at line 69 of file playable_location.h.
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Definition at line 63 of file playable_location.h.
|
inline |
Definition at line 64 of file playable_location.h.
|
inlinevirtual |
|
inlinevirtual |
|
private |
Definition at line 72 of file playable_location.h.
|
private |
Definition at line 73 of file playable_location.h.