company logo

MP3File :: operator= - Assign MP3 file by reference

Assigning an MP3File object will create a file handle referring to the sameMP3File object. Thus, changes made in one of the MP3File objects become visible in both.

In order to create an independent copy,a new MP3File handle has to be created and opened.

Return value:  Reference to MP3File handle ( odaba::utils::MP3File & )

Implementation details

odaba::utils::MP3File & MP3File  :: operator= ( odaba::utils::MP3File &cMP3File )

The function assigns the MP3File object referenced in the passed object handle cMP3File. The reference count for the referenced object is created (but no object copy is made). Thus, changes made in one of the MP3File object become visible in handles.


  • cMP3File - - internal feature (not documented)