1#ifndef _BBC_PARSE_DASH_MPD_EXCEPTIONS_HH_
2#define _BBC_PARSE_DASH_MPD_EXCEPTIONS_HH_
26 using std::runtime_error::runtime_error;
27 using std::runtime_error::operator=;
40 using std::runtime_error::runtime_error;
41 using std::runtime_error::operator=;
53 using std::runtime_error::runtime_error;
54 using std::runtime_error::operator=;
Definition exceptions.hh:38
virtual ~InvalidMPD()=default
Definition exceptions.hh:24
virtual ~ParseError()=default
Definition exceptions.hh:51
virtual ~RangeError()=default
#define LIBMPDPP_NAMESPACE_END
Definition macros.hh:54
#define LIBMPDPP_PUBLIC_API
Used to mark something as part of the public API.
Definition macros.hh:21
#define LIBMPDPP_NAMESPACE_BEGIN
Definition macros.hh:50