#include <libmpd++/ContentComponent.hh>
Public Member Functions | |
ContentComponent () | |
virtual | ~ContentComponent () |
bool | operator== (const ContentComponent &to_compare) const |
Compares this ContentComponent with another for equality. This operator overload allows checking if two ContentComponent instances are equal. Currently, the implementation always returns true, meaning all instances are considered equal, regardless of their internal state. | |
ContentComponent class
This is a container to hold the properties of a media content component described by ContentComponent element as defined in ISO 23009-1:2022 Clause 5.3.4.3.
|
inline |
Default constructor
Creates an empty ContentComponent.
|
inlinevirtual |
Destructor
|
inline |
Compares this ContentComponent with another for equality. This operator overload allows checking if two ContentComponent instances are equal. Currently, the implementation always returns true, meaning all instances are considered equal, regardless of their internal state.
Equality operator
to_compare | A constant reference to the ContentComponent instance to compare against. |
true
if the components are considered equal, false otherwise..